Merge pull request #753 from 1hitsong/support-jellyscrub
Add BIF Image Support - Using Jellyscrub Plugin
This commit is contained in:
commit
39b19cbb3c
|
@ -274,6 +274,10 @@ sub AddVideoContent(video, mediaSourceId, audio_stream_idx = 1, subtitle_idx = -
|
|||
' is enabled/will be enabled, indexed on the provided list of subtitles
|
||||
video.SelectedSubtitle = setupSubtitle(video, video.Subtitles, subtitle_idx)
|
||||
|
||||
video.content.SDBifUrl = api_API().jellyscrub.get(video.id)
|
||||
video.content.HDBifUrl = api_API().jellyscrub.get(video.id)
|
||||
video.content.FHDBifUrl = api_API().jellyscrub.get(video.id)
|
||||
|
||||
if not fully_external
|
||||
video.content = authorize_request(video.content)
|
||||
end if
|
||||
|
|
Loading…
Reference in New Issue
Block a user