-Added full play queue buffering playback manager.

This commit is contained in:
John Zhen M 2017-09-02 19:30:34 -07:00 committed by John Zhen Mo
parent 5d8086879a
commit d386a066df
15 changed files with 348 additions and 110 deletions

View file

@ -463,7 +463,7 @@ public class PlaylistFragment extends BaseFragment {
private void handlePlayListInfo(PlayListInfo info, boolean onlyVideos, boolean addVideos) {
if (currentPlaylistInfo == null) {
currentPlaylistInfo = info;
} else {
} else if (currentPlaylistInfo != info) {
currentPlaylistInfo.related_streams.addAll(info.related_streams);
}