Browse Source

iOS compilation fix

Felix Paul Kühne 9 years ago
parent
commit
5ceab9aaaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/VLCAppDelegate.m

+ 1 - 1
Sources/VLCAppDelegate.m

@@ -409,7 +409,7 @@ didFailToContinueUserActivityWithType:(NSString *)userActivityType
     [_libraryViewController updateViewContents];
     [_libraryViewController updateViewContents];
 }
 }
 
 
-- (void)mediaFilesFoundRequiringAdditionToStorageBackend:(NSArray<NSString *>)foundFiles
+- (void)mediaFilesFoundRequiringAdditionToStorageBackend:(NSArray<NSString *> *)foundFiles
 {
 {
     [[MLMediaLibrary sharedMediaLibrary] addFilePaths:foundFiles];
     [[MLMediaLibrary sharedMediaLibrary] addFilePaths:foundFiles];
     [[(VLCAppDelegate *)[UIApplication sharedApplication].delegate libraryViewController] updateViewContents];
     [[(VLCAppDelegate *)[UIApplication sharedApplication].delegate libraryViewController] updateViewContents];