mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-05 22:19:03 +01:00
- 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:
@@ -82,6 +82,7 @@ namespace ChanSort.Api
|
||||
if (!this.addChannels)
|
||||
{
|
||||
channel.NewProgramNr = programNr;
|
||||
channel.Name = name;
|
||||
if (parts.Count >= 7)
|
||||
ApplyFlags(channel, parts[6]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user