1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Better comment

This commit is contained in:
gnattu 2024-09-22 05:47:50 +08:00
parent 1216305992
commit 43e4c2a517

View file

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