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
9e470c9f94
commit
7e55abc130
5 changed files with 144 additions and 96 deletions
|
@ -365,7 +365,7 @@
|
|||
|
||||
var apiClient = window.ApiClient;
|
||||
|
||||
if (!apiClient) {
|
||||
if (!apiClient || !apiClient.getCurrentUserId()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -400,7 +400,7 @@
|
|||
onCategorySyncButtonClick(page, this);
|
||||
});
|
||||
|
||||
}).on('pagebeforeshowready', ".libraryPage", function () {
|
||||
}).on('pageshowready', ".libraryPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue