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:
parent
e488108c2f
commit
b8dfc23ae5
1 changed files with 1 additions and 3 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue