mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
dlna fixes
This commit is contained in:
parent
c04ac2c462
commit
ebd54b9bb8
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
function getBackdropItemIds(userId, types, parentId) {
|
function getBackdropItemIds(userId, types, parentId) {
|
||||||
|
|
||||||
var key = 'backdrops_' + userId + (types || '') + (parentId || '');
|
var key = 'backdrops2_' + userId + (types || '') + (parentId || '');
|
||||||
|
|
||||||
var deferred = $.Deferred();
|
var deferred = $.Deferred();
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
|
|
||||||
SortBy: "Random",
|
SortBy: "IsFavoriteOrLiked,Random",
|
||||||
Limit: 50,
|
Limit: 50,
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
IncludeItemTypes: types,
|
IncludeItemTypes: types,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue