added episode season and number to LoadVideoContentTask
This commit is contained in:
parent
f929f888ce
commit
11edc348cf
|
@ -99,10 +99,12 @@ sub LoadItems_AddVideoContent(video as object, mediaSourceId as dynamic, audio_s
|
|||
|
||||
if videotype = "episode" or videotype = "series"
|
||||
video.content.contenttype = "episode"
|
||||
video.content.title = "S" + meta.json.ParentIndexNumber.toStr() + "E" + meta.json.IndexNumber.toStr() + " - " + meta.title
|
||||
else
|
||||
video.content.title = meta.title
|
||||
end if
|
||||
|
||||
video.chapters = meta.json.Chapters
|
||||
video.content.title = meta.title
|
||||
video.showID = meta.showID
|
||||
|
||||
user = AboutMe()
|
||||
|
|
Loading…
Reference in New Issue
Block a user