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

update translations

This commit is contained in:
Luke Pulverenti 2016-07-27 13:11:05 -04:00
parent 5584c5c7e3
commit b453142fdb
45 changed files with 7703 additions and 430 deletions

View file

@ -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);