Skip to content
Snippets Groups Projects
Commit e3c36b6a authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Save current playlist on load

parent 9e689502
No related branches found
No related tags found
No related merge requests found
......@@ -1950,6 +1950,8 @@ public class PlaybackService extends MediaBrowserServiceCompat implements IVLCVo
playIndex(mCurrentIndex, 0);
onMediaChanged();
updateMediaQueue();
saveMediaList();
savePosition(true);
}
private void updateMediaQueue() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment