mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
59ba9520de
commit
fc9519999d
6 changed files with 393 additions and 357 deletions
|
@ -1489,7 +1489,6 @@ var AppInfo = {};
|
|||
|
||||
if (isCordova) {
|
||||
AppInfo.enableBottomTabs = true;
|
||||
AppInfo.resetOnLibraryChange = true;
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
@ -1499,7 +1498,7 @@ var AppInfo = {};
|
|||
}
|
||||
}
|
||||
|
||||
if (!AppInfo.hasLowImageBandwidth) {
|
||||
if (!AppInfo.hasLowImageBandwidth || !isCordova) {
|
||||
AppInfo.enableLatestChannelItems = true;
|
||||
AppInfo.enableStudioTabs = true;
|
||||
AppInfo.enablePeopleTabs = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue