install service with Emby name

This commit is contained in:
Luke Pulverenti 2015-05-23 16:44:15 -04:00
parent b26685b14d
commit e396019903
11 changed files with 63 additions and 111 deletions

View file

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