Show video title on video player
This commit is contained in:
parent
79dbfc7db8
commit
8b142ed3ee
|
@ -20,7 +20,7 @@ function VideoContent(video, audio_stream_idx = 1) as object
|
|||
params = {}
|
||||
|
||||
meta = ItemMetaData(video.id)
|
||||
video.content.title = meta.Name
|
||||
video.content.title = meta.title
|
||||
video.showID = meta.showID
|
||||
|
||||
' If there is a last playback positon, ask user if they want to resume
|
||||
|
|
Loading…
Reference in New Issue
Block a user