Fix suggestions
This commit is contained in:
parent
eafb851c40
commit
3c37a57866
2 changed files with 2 additions and 2 deletions
|
@ -227,7 +227,7 @@ define(['loading', 'globalize', 'events', 'viewManager', 'skinManager', 'backdro
|
||||||
setQuality = true;
|
setQuality = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (setQuality || !options.quality) {
|
if (setQuality && !options.quality) {
|
||||||
options.quality = 90;
|
options.quality = 90;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1361,7 +1361,7 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
|
||||||
imageSize: 'large',
|
imageSize: 'large',
|
||||||
enableSideMediaInfo: false,
|
enableSideMediaInfo: false,
|
||||||
highlight: false,
|
highlight: false,
|
||||||
action: layoutManager.tv ? 'resume' : 'none',
|
action: layoutManager.tv ? 'link' : 'none',
|
||||||
imagePlayButton: true,
|
imagePlayButton: true,
|
||||||
includeParentInfoInTitle: false
|
includeParentInfoInTitle: false
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue