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
0d500aa41e
commit
a97701541a
2 changed files with 8 additions and 1 deletions
|
@ -42,6 +42,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
if (options.targetSystem) {
|
||||
if (p.targetSystem != options.targetSystem) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return p.type == "UserInstalled";
|
||||
|
||||
}).sort(function (a, b) {
|
||||
|
|
|
@ -40,7 +40,8 @@
|
|||
installedPlugins: installedPlugins,
|
||||
categories: ['Sync'],
|
||||
showCategory: false,
|
||||
context: 'sync'
|
||||
context: 'sync',
|
||||
targetSystem: 'Server'
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue