1
0
Fork 0
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:
Luke Pulverenti 2015-11-10 23:22:43 -05:00
parent bedc1427ba
commit 7470b4a4b8
2 changed files with 4 additions and 0 deletions

View file

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