mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Better comment
This commit is contained in:
parent
1216305992
commit
43e4c2a517
1 changed files with 1 additions and 0 deletions
|
@ -1605,6 +1605,7 @@ export class HtmlVideoPlayer {
|
|||
}
|
||||
} else {
|
||||
// record the original delivery method and set all delivery method to encode
|
||||
// this is needed for subtitle track switching to properly reload the video stream
|
||||
mediaStreamTextTracks.forEach((t) => {
|
||||
t.realDeliveryMethod = t.DeliveryMethod;
|
||||
t.DeliveryMethod = 'Encode';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue