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

added channel properties

This commit is contained in:
Luke Pulverenti 2016-06-20 13:08:13 -04:00
parent 7103610eab
commit d23bcb1964
3 changed files with 29 additions and 23 deletions

View file

@ -125,7 +125,8 @@
userId: Dashboard.getCurrentUserId(),
limit: enableScrollX() ? 12 : 4,
IsInProgress: false,
Fields: 'CanDelete,PrimaryImageAspectRatio'
Fields: 'CanDelete,PrimaryImageAspectRatio',
EnableTotalRecordCount: false
}).then(function (result) {