mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-02-24 08:51:23 +00:00
Merge pull request #314 from cewert/episodeloop
Make TV show seasons and episode lists wrap the screen
This commit is contained in:
commit
5a1975f7ab
@ -2,7 +2,7 @@ sub init()
|
||||
m.top.itemComponentName = "TVListDetails"
|
||||
m.top.content = setData()
|
||||
|
||||
m.top.rowFocusAnimationStyle = "floatingFocus"
|
||||
m.top.vertFocusAnimationStyle = "fixedFocusWrap"
|
||||
|
||||
m.top.showRowLabel = [false]
|
||||
|
||||
|
@ -2,8 +2,7 @@ sub init()
|
||||
m.top.itemComponentName = "ListPoster"
|
||||
m.top.content = getData()
|
||||
|
||||
m.top.rowFocusAnimationStyle = "floatingFocus"
|
||||
'm.top.vertFocusAnimationStyle = "floatingFocus"
|
||||
m.top.rowFocusAnimationStyle = "fixedFocusWrap"
|
||||
|
||||
m.top.showRowLabel = [false]
|
||||
m.top.showRowCounter = [true]
|
||||
|
Loading…
x
Reference in New Issue
Block a user