-Reverted current item removal and update logic.

-Updated external play queue.
This commit is contained in:
John Zhen M 2017-09-14 20:16:09 -07:00 committed by John Zhen Mo
parent f9eb2a1ee5
commit 86c7b8522e
4 changed files with 19 additions and 18 deletions

View file

@ -64,6 +64,7 @@ public class NavigationHelper {
.putExtra(ExternalPlayQueue.SERVICE_ID, info.service_id)
.putExtra(ExternalPlayQueue.INDEX, index)
.putExtra(ExternalPlayQueue.STREAMS, streams)
.putExtra(ExternalPlayQueue.URL, info.url)
.putExtra(ExternalPlayQueue.NEXT_PAGE_URL, info.next_streams_url);
}