mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-20 21:36:49 +01:00
- added ChangHong LED40D3000ISX dtv_cmdb_2.bin format (1489 KB size)
- added experimental support for Loewe servicelist.xml format - added polarity information to Excel export (and changed column order slightly) - added missing Romanian translation files to the .zip
This commit is contained in:
15
source/ChanSort.Loader.Loewe/Channel.cs
Normal file
15
source/ChanSort.Loader.Loewe/Channel.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Xml;
|
||||
using ChanSort.Api;
|
||||
|
||||
namespace ChanSort.Loader.Loewe
|
||||
{
|
||||
internal class Channel : ChannelInfo
|
||||
{
|
||||
public XmlElement XmlElement { get; set; }
|
||||
public int PhysicalListId { get; set; }
|
||||
|
||||
public Channel(int id) : base(0, id, -1, "")
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user