Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Oct 17, 2024
1 parent acc2276 commit 4f867fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/api/components_tvshows_TVListDetails.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
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}. `
Expand Down

0 comments on commit 4f867fe

Please sign in to comment.