Merge pull request #152 from redSpoutnik/nowplaying-media-stop

Go back on Media stop
This commit is contained in:
Joshua M. Boniface
2019-02-24 22:25:16 -05:00
committed by GitHub
+1
View File
@@ -429,6 +429,7 @@ define(["browser", "datetime", "backdrop", "libraryBrowser", "listView", "imageL
if (!state.NextMediaType) {
updatePlayerState(player, dlg, {});
loadPlaylist(dlg);
Emby.Page.back();
}
}