Merge pull request #314 from cewert/episodeloop

Make TV show seasons and episode lists wrap the screen
This commit is contained in:
Neil Burrows 2020-11-29 09:15:01 +00:00 committed by GitHub
commit 5a1975f7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

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

View File

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