update now playing screen

pull/1154/head
Luke Pulverenti 8 years ago
parent c1c4726fbd
commit da5f64e424

@ -10,6 +10,9 @@ namespace Emby.Dlna.Profiles
{
Name = "Sharp Smart TV";
RequiresPlainFolders = true;
RequiresPlainVideoItems = true;
Identification = new DeviceIdentification
{
Manufacturer = "Sharp",
@ -39,7 +42,8 @@ namespace Emby.Dlna.Profiles
Container = "ts",
Type = DlnaProfileType.Video,
AudioCodec = "ac3,aac,mp3,dts,dca",
VideoCodec = "h264"
VideoCodec = "h264",
EnableMpegtsM2TsMode = true
},
new TranscodingProfile

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save