Disabled preloading when switching streams

This commit is contained in:
Avently 2020-09-07 19:34:10 +03:00
parent a801d0994f
commit 31814b70da
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);
}