Import / Export of DVB-S channels (maybe) bug (1 Viewer)

giovortu

New Member
June 3, 2006
2
0
I think I've found a bug in TvChannels.cs when importing / exporting DVB-S channel list.
In Export_To_XML method there's missing code to export DVBS pmtPID (on line 1337).

I've added :

channels.SetValue(listItem.Index.ToString(), "DVBSPmtPid", ch.PMTPid.ToString());

In "Import_From_XML" method, on line 1826 ther's missing code to import DVBS pmtPID value.

I've added :

ch.PMTPid = pmtPid;

Now Importing / exporting of DVB-s channels works fine
 

Users who are viewing this thread

Top Bottom