Sfoglia il codice sorgente

fix my previous commit
spotlight index vs. passcode

Tobias Conradi 9 anni fa
parent
commit
3931bbc6e4
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      Sources/VLCSettingsController.m

+ 0 - 2
Sources/VLCSettingsController.m

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