mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 06:09:41 +00:00
Update API docs
This commit is contained in:
parent
033428b399
commit
f5648360a5
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user