Disabled preloading when switching streams
This commit is contained in:
parent
a801d0994f
commit
31814b70da
4 changed files with 23 additions and 0 deletions
|
|
@ -958,6 +958,9 @@ public class VideoDetailFragment
|
|||
return;
|
||||
}
|
||||
setInitialData(sid, videoUrl, title, queue);
|
||||
if (player != null) {
|
||||
player.disablePreloadingOfCurrentTrack();
|
||||
}
|
||||
startLoading(false, true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue