Explorar el Código

fix my previous commit
spotlight index vs. passcode

Tobias Conradi hace 9 años
padre
commit
3931bbc6e4
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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] ]
     }
 }