refactor(jellyfin): migrate auth method

This commit is contained in:
sel10ut 2024-07-03 15:51:41 +03:00
parent 596bf3a378
commit ba64f4c467
No known key found for this signature in database
GPG key ID: D0B72B1CF829F342
4 changed files with 38 additions and 39 deletions

View file

@ -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' +