-Added full play queue buffering playback manager.
This commit is contained in:
parent
5d8086879a
commit
d386a066df
15 changed files with 348 additions and 110 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue