Skip to content

Commit

Permalink
revert 'test to trigger build-docs workflow '
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Oct 16, 2023
1 parent 378c7a7 commit ce8d3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/Subtitles.brs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end function

' Identify the default subtitle track for a given video id
' returns the server-side track index for the appriate subtitle
function defaultSubtitleTrackFromVid(video_id as string) as integer
function defaultSubtitleTrackFromVid(video_id) as integer
meta = ItemMetaData(video_id)
if isValid(meta) and isValid(meta.json) and isValid(meta.json.mediaSources)
subtitles = sortSubtitles(meta.id, meta.json.MediaSources[0].MediaStreams)
Expand Down

0 comments on commit ce8d3d0

Please sign in to comment.