mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #534 from dmitrylyzo/season_item_resume
Set "Resume" action on season item on TV
This commit is contained in:
commit
4cb0cd5f95
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