浏览代码

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];