Browse Source

remove duplicate subtitle tag from xmltv (#69)

pull/1213/head
Jason Dove 5 years ago committed by GitHub
parent
commit
1a60343469
  1. 4
      ErsatzTV.Core/Iptv/ChannelGuide.cs

4
ErsatzTV.Core/Iptv/ChannelGuide.cs

@ -121,10 +121,6 @@ namespace ErsatzTV.Core.Iptv @@ -121,10 +121,6 @@ namespace ErsatzTV.Core.Iptv
xml.WriteStartElement("previously-shown");
xml.WriteEndElement(); // previously-shown
xml.WriteStartElement("sub-title");
xml.WriteAttributeString("lang", "en");
xml.WriteEndElement(); // sub-title
if (playoutItem.MediaItem is Episode episode)
{
int s = Optional(episode.Season?.SeasonNumber).IfNone(0);

Loading…
Cancel
Save