소스 검색

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