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
5584c5c7e3
commit
b453142fdb
45 changed files with 7703 additions and 430 deletions
|
@ -46,8 +46,10 @@
|
|||
return a.guid == i.Id;
|
||||
})[0];
|
||||
|
||||
return catalogEntry && catalogEntry.category == category;
|
||||
|
||||
if (catalogEntry) {
|
||||
return catalogEntry.category == category;
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
PluginsPage.renderPlugins(page, installedPlugins);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue