install service with Emby name
This commit is contained in:
parent
b26685b14d
commit
e396019903
11 changed files with 63 additions and 111 deletions
|
@ -1095,7 +1095,7 @@
|
|||
|
||||
// Reports of stuttering with h264 stream copy in IE
|
||||
if (streamInfo.playMethod == 'Transcode' && videoUrl.indexOf('.m3u8') == -1) {
|
||||
videoUrl += 'EnableAutoStreamCopy=false';
|
||||
videoUrl += '&EnableAutoStreamCopy=false';
|
||||
}
|
||||
|
||||
var posterCode = self.getPosterUrl(item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue