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

View file

@ -101,6 +101,7 @@
} }
ImageLoader.lazyChildren(elem); ImageLoader.lazyChildren(elem);
$(elem).createCardMenus();
$(elem).off('needsrefresh').on('needsrefresh', function () { $(elem).off('needsrefresh').on('needsrefresh', function () {