Update API docs

This commit is contained in:
jellyfin-bot 2024-11-08 02:39:55 +00:00
parent 033428b399
commit f5648360a5

View File

@ -7,7 +7,11 @@ import "pkg:/source/utils/config.bs"
sub setFields()
json = m.top.json
m.top.id = json.id
m.top.title = json.name
if isValid(json.number)
m.top.title = `${tr("CH")} ${json.number} ${json.name}`
else
m.top.title = json.name
end if
m.top.live = true
m.top.Type = "TvChannel"
setPoster()