Skip to content

Fix download speed

Edgar Fouillet requested to merge edrflt/vlc-ios:fix_download_speed into master

Use lastStatsUpdate instead of startDL since receivedDataSize corresponds to the received chunk and not the total amout of received data.
Also fix startDL not to be updated when the view controller is shown again.

Edited by Edgar Fouillet

Merge request reports