mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Set "Resume" action on season item on TV
This commit is contained in:
parent
d4862df266
commit
79cd65ea82
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ define(["loading", "appRouter", "layoutManager", "connectionManager", "cardBuild
|
|||
imageSize: "large",
|
||||
enableSideMediaInfo: !1,
|
||||
highlight: !1,
|
||||
action: "none",
|
||||
action: layoutManager.tv ? "resume" : "none",
|
||||
infoButton: !0,
|
||||
imagePlayButton: !0,
|
||||
includeParentInfoInTitle: !1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue