Forráskód Böngészése

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

Felix Paul Kühne 9 éve
szülő
commit
6f7922cfc6
1 módosított fájl, 0 hozzáadás és 3 törlés
  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;