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
377a80caab
commit
7a8ea53f69
5 changed files with 15 additions and 113 deletions
|
@ -140,7 +140,13 @@
|
|||
var deferred = $.Deferred();
|
||||
|
||||
deferred.resolveWith(null, [{
|
||||
Configuration: { IsAdministrator: true }
|
||||
Configuration: {
|
||||
IsAdministrator: true,
|
||||
EnableLiveTvManagement: true,
|
||||
EnableLiveTvAccess: true,
|
||||
EnableRemoteControlOfOtherUsers: true,
|
||||
EnableMediaPlayback: true
|
||||
}
|
||||
}]);
|
||||
|
||||
promise1 = deferred.promise();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue