소스 검색

VLCMedia: also notify the delegate about parse events if parsing fails

Felix Paul Kühne 9 년 전
부모
커밋
6f7922cfc6
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      Sources/VLCMedia.m

+ 0 - 3
Sources/VLCMedia.m

@@ -960,9 +960,6 @@ NSString *const VLCMediaTracksInformationTextEncoding = @"encoding"; // NSString
     [self willChangeValueForKey:@"parseStatus"];
     [self didChangeValueForKey:@"parseStatus"];
 
-    if (parseStatus == VLCMediaParseStatusInit || parseStatus == VLCMediaParseStatusSkipped)
-        return;
-
     if (!_delegate)
         return;