1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update db cache size

This commit is contained in:
Luke Pulverenti 2016-03-24 15:45:24 -04:00
parent e488108c2f
commit b8dfc23ae5

View file

@ -255,9 +255,7 @@
function showRemoteControl(tab) { function showRemoteControl(tab) {
if (tab) { if (tab) {
$.mobile.changePage('nowplaying.html', { Dashboard.navigate('nowplaying.html?tab=' + tab);
dataUrl: 'nowplaying.html#' + tab
});
} else { } else {
Dashboard.navigate('nowplaying.html'); Dashboard.navigate('nowplaying.html');
} }