mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-28 01:59:03 +01:00
- processing Samsung's ServiceProvider file
- upgraded to DevExpress 13.2.6
This commit is contained in:
@@ -82,7 +82,11 @@ namespace ChanSort.Api
|
||||
if (!this.addChannels)
|
||||
{
|
||||
channel.NewProgramNr = programNr;
|
||||
channel.Name = name;
|
||||
if ((channel.SignalSource & SignalSource.Analog) != 0)
|
||||
{
|
||||
channel.Name = name;
|
||||
channel.IsNameModified = true;
|
||||
}
|
||||
if (parts.Count >= 7)
|
||||
ApplyFlags(channel, parts[6]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user