mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
refactor(jellyfin): migrate auth method
This commit is contained in:
parent
596bf3a378
commit
ba64f4c467
4 changed files with 38 additions and 39 deletions
|
|
@ -30,7 +30,7 @@ const getStreamUrl = (args: {
|
|||
`?userId=${server?.userId}` +
|
||||
`&deviceId=${deviceId}` +
|
||||
'&audioCodec=aac' +
|
||||
`&api_key=${server?.credential}` +
|
||||
`&apiKey=${server?.credential}` +
|
||||
`&playSessionId=${deviceId}` +
|
||||
'&container=opus,mp3,aac,m4a,m4b,flac,wav,ogg' +
|
||||
'&transcodingContainer=ts' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue