mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix playlist dot menu not clickable
This commit is contained in:
parent
bedc1427ba
commit
7470b4a4b8
2 changed files with 4 additions and 0 deletions
|
@ -962,6 +962,9 @@
|
|||
contentType = 'application/x-mpegURL';
|
||||
} else {
|
||||
|
||||
// Reports of stuttering with h264 stream copy in IE
|
||||
mediaUrl += '&EnableAutoStreamCopy=false';
|
||||
|
||||
startTimeTicksOffset = startPosition || 0;
|
||||
contentType = 'video/' + mediaSource.TranscodingContainer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue