浏览代码

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;