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

Fix suggestions

This commit is contained in:
MrTimscampi 2020-07-16 17:25:36 +02:00
parent eafb851c40
commit 3c37a57866
2 changed files with 2 additions and 2 deletions

View file

@ -1361,7 +1361,7 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
imageSize: 'large',
enableSideMediaInfo: false,
highlight: false,
action: layoutManager.tv ? 'resume' : 'none',
action: layoutManager.tv ? 'link' : 'none',
imagePlayButton: true,
includeParentInfoInTitle: false
});