Skip to content

Commit

Permalink
Merge branch 'jsdoc-extension' of https://github.com/cewert/jellyfin-…
Browse files Browse the repository at this point in the history
…roku into jsdoc-extension
  • Loading branch information
cewert committed Oct 16, 2023
2 parents 06f67d1 + 2dd3f93 commit 3ea28c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/module-Subtitles.html
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ <h5>Parameters:</h5>
<td class="type">


<span class="param-type">string</span>
<span class="param-type">dynamic</span>



Expand Down
2 changes: 1 addition & 1 deletion docs/api/quicksearch.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/source_utils_Subtitles.brs.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1 class="page-title">Source: source/utils/Subtitles.brs</h1>

' 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 3ea28c9

Please sign in to comment.