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

#712 - group multiple versions

This commit is contained in:
Luke Pulverenti 2014-03-20 11:55:22 -04:00
parent 48ce08d2aa
commit 902d3a3649
8 changed files with 202 additions and 92 deletions

View file

@ -138,7 +138,7 @@
var deferred = $.Deferred();
deferred.resolveWith(null, [{
Configuration: {}
Configuration: { IsAdministrator: true }
}]);
promise1 = deferred.promise();