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';
|
contentType = 'application/x-mpegURL';
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
// Reports of stuttering with h264 stream copy in IE
|
||||||
|
mediaUrl += '&EnableAutoStreamCopy=false';
|
||||||
|
|
||||||
startTimeTicksOffset = startPosition || 0;
|
startTimeTicksOffset = startPosition || 0;
|
||||||
contentType = 'video/' + mediaSource.TranscodingContainer;
|
contentType = 'video/' + mediaSource.TranscodingContainer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -101,6 +101,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
ImageLoader.lazyChildren(elem);
|
ImageLoader.lazyChildren(elem);
|
||||||
|
$(elem).createCardMenus();
|
||||||
|
|
||||||
$(elem).off('needsrefresh').on('needsrefresh', function () {
|
$(elem).off('needsrefresh').on('needsrefresh', function () {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue