- new: applying channel names from .csv reference lists to current channel list

- fixed: samsung channel data wasn't updated anymore after the file was saved the 1st time
- fixed: deleted channels for samsung B series
- fixed: samsung channel name length reduced to 50char/100byte
This commit is contained in:
hbeham
2013-11-16 21:00:51 +01:00
parent 8ce26520ac
commit dfd44c1950
11 changed files with 112 additions and 52 deletions

View File

@@ -82,6 +82,7 @@ namespace ChanSort.Api
if (!this.addChannels)
{
channel.NewProgramNr = programNr;
channel.Name = name;
if (parts.Count >= 7)
ApplyFlags(channel, parts[6]);
}