mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-04 21:49:02 +01:00
improved usability
This commit is contained in:
@@ -645,10 +645,7 @@ namespace ChanSort.Loader.Samsung
|
||||
private void WriteChannels(ChannelList list, byte[] fileContent, FileStream stream)
|
||||
{
|
||||
foreach (var channel in list.Channels)
|
||||
{
|
||||
channel.UpdateRawData();
|
||||
channel.OldProgramNr = channel.NewProgramNr;
|
||||
}
|
||||
|
||||
stream.Write(fileContent, 0, fileContent.Length);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user