mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add remuxing permission
This commit is contained in:
parent
eb9240a835
commit
411561daeb
5 changed files with 14 additions and 18 deletions
|
@ -582,6 +582,10 @@ define(['appSettings', 'userSettings', 'appStorage', 'datetime'], function (appS
|
|||
api_key: ApiClient.accessToken()
|
||||
};
|
||||
|
||||
if (mediaSource.ETag) {
|
||||
directOptions.Tag = mediaSource.ETag;
|
||||
}
|
||||
|
||||
if (mediaSource.LiveStreamId) {
|
||||
directOptions.LiveStreamId = mediaSource.LiveStreamId;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue