Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Oct 15, 2024
1 parent f07e5ea commit 6b8995d
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 36 deletions.
2 changes: 1 addition & 1 deletion docs/api/data/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/module-deviceCapabilities.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions docs/api/source_api_Items.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
params.EnableDirectPlay = false
end if

if audioTrackIndex > -1
selectedAudioStream = m.global.session.video.json.MediaStreams[audioTrackIndex]
myGLobal = m.global

if audioTrackIndex > -1 and myGLobal.session.video.json.MediaStreams <> invalid
selectedAudioStream = myGLobal.session.video.json.MediaStreams[audioTrackIndex]

if selectedAudioStream <> invalid
params.AudioStreamIndex = audioTrackIndex
Expand All @@ -64,7 +66,6 @@
end for
end if
end if

end if
end if

Expand Down
Loading

0 comments on commit 6b8995d

Please sign in to comment.