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 2014-05-16 13:11:07 -04:00
parent 377a80caab
commit 7a8ea53f69
5 changed files with 15 additions and 113 deletions

View file

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