mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-02-21 07:20:48 +00:00
Merge pull request #1726 from photonconvergence/specials
This commit is contained in:
commit
acc22768f0
@ -27,7 +27,9 @@ sub itemContentChanged()
|
||||
item.selectedVideoStreamId = itemData.MediaSources[0].id
|
||||
end if
|
||||
|
||||
if isValid(itemData.indexNumber)
|
||||
if isValid(itemData.parentIndexNumber) and itemData.parentIndexNumber = 0
|
||||
indexNumber = `${tr("Special")} - `
|
||||
else if isValid(itemData.indexNumber)
|
||||
indexNumber = `${itemData.indexNumber}. `
|
||||
if isValid(itemData.indexNumberEnd)
|
||||
indexNumber = `${itemData.indexNumber}-${itemData.indexNumberEnd}. `
|
||||
|
@ -1321,5 +1321,10 @@
|
||||
<translation>Use Show Image</translation>
|
||||
<extracomment>User Setting - Setting option title</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source>Special</source>
|
||||
<translation>Special</translation>
|
||||
<extracomment>Special episode of a TV Show</extracomment>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
Loading…
x
Reference in New Issue
Block a user