mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
dlna fixes
This commit is contained in:
parent
c04ac2c462
commit
ebd54b9bb8
@ -18,7 +18,7 @@
|
||||
|
||||
function getBackdropItemIds(userId, types, parentId) {
|
||||
|
||||
var key = 'backdrops_' + userId + (types || '') + (parentId || '');
|
||||
var key = 'backdrops2_' + userId + (types || '') + (parentId || '');
|
||||
|
||||
var deferred = $.Deferred();
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
var options = {
|
||||
|
||||
SortBy: "Random",
|
||||
SortBy: "IsFavoriteOrLiked,Random",
|
||||
Limit: 50,
|
||||
Recursive: true,
|
||||
IncludeItemTypes: types,
|
||||
|
Loading…
Reference in New Issue
Block a user