Browse Source

fix my previous commit
spotlight index vs. passcode

Tobias Conradi 9 years ago
parent
commit
3931bbc6e4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Sources/VLCSettingsController.m

+ 0 - 2
Sources/VLCSettingsController.m

@@ -71,8 +71,6 @@
     if (!spotlightEnabled) {
     if (!spotlightEnabled) {
         // delete whole index for VLC
         // delete whole index for VLC
         [[CSSearchableIndex defaultSearchableIndex] deleteAllSearchableItemsWithCompletionHandler:nil];
         [[CSSearchableIndex defaultSearchableIndex] deleteAllSearchableItemsWithCompletionHandler:nil];
-    } else {
-        [[MLMediaLibrary sharedMediaLibrary] ]
     }
     }
 }
 }