ソースを参照

iOS compilation fix

Felix Paul Kühne 9 年 前
コミット
5ceab9aaaa
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Sources/VLCAppDelegate.m

+ 1 - 1
Sources/VLCAppDelegate.m

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