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 2015-03-08 14:21:39 -04:00
parent 0d500aa41e
commit a97701541a
2 changed files with 8 additions and 1 deletions

View file

@ -42,6 +42,12 @@
}
}
if (options.targetSystem) {
if (p.targetSystem != options.targetSystem) {
return false;
}
}
return p.type == "UserInstalled";
}).sort(function (a, b) {

View file

@ -40,7 +40,8 @@
installedPlugins: installedPlugins,
categories: ['Sync'],
showCategory: false,
context: 'sync'
context: 'sync',
targetSystem: 'Server'
});
}