1
0
Fork 0
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:
dkanada 2019-11-02 02:21:47 +09:00 committed by GitHub
commit 4cb0cd5f95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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