Added toast for when new song is added, and changed so the playlistpage is switched to 1 on host-mode enabling

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-07 14:25:17 +02:00
parent 37f71d5f69
commit 28e48c59d6
2 changed files with 5 additions and 1 deletions

View File

@@ -551,7 +551,7 @@ function enable_host_mode(enabled) {
document.addEventListener('fullscreenchange', exitHandler, false);
document.addEventListener('MSFullscreenChange', exitHandler, false);
}
List.dynamicContentPageJumpTo(1);
List.dynamicContentPageJumpTo(-10);
}
function get_list_listener(){