Do not remove anymore the download rate during a download (it flickers too much).

This commit is contained in:
ylecollen
2015-01-13 12:58:18 +01:00
parent a351096f34
commit a988974773
-3
View File
@@ -167,9 +167,6 @@ NSString *const kMediaLoaderProgressDownloadRateKey = @"kMediaLoaderProgressDown
}
- (IBAction)progressCheckTimeout:(id)sender {
// remove the bitrate -> can be invalid
[statisticsDict removeObjectForKey:kMediaLoaderProgressDownloadRateKey];
[[NSNotificationCenter defaultCenter] postNotificationName:kMediaDownloadProgressNotification object:mediaURL userInfo:statisticsDict];
[progressCheckTimer invalidate];
progressCheckTimer = nil;