mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-12-19 03:57:27 +00:00
show indexnumberend
This commit is contained in:
parent
195081c2d0
commit
2e3ed14123
@ -29,6 +29,9 @@ sub itemContentChanged()
|
||||
|
||||
if isValid(itemData.indexNumber)
|
||||
indexNumber = itemData.indexNumber.toStr() + ". "
|
||||
if isValid(itemData.indexNumberEnd)
|
||||
indexNumber = itemData.indexNumber.toStr() + "-" + itemData.indexNumberEnd.toStr() + ". "
|
||||
end if
|
||||
else
|
||||
indexNumber = ""
|
||||
end if
|
||||
|
Loading…
Reference in New Issue
Block a user