Merge pull request #4246 from avently/preloading

Disabled preloading when switching streams
This commit is contained in:
Tobias Groza 2020-09-25 21:22:31 +02:00 committed by GitHub
commit 955ddd0a44
4 changed files with 23 additions and 0 deletions

View file

@ -958,6 +958,9 @@ public class VideoDetailFragment
return;
}
setInitialData(sid, videoUrl, title, queue);
if (player != null) {
player.disablePreloadingOfCurrentTrack();
}
startLoading(false, true);
}