mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-08 15:36:46 +01:00
- added code to read Toshiba channel list (*.db)
- code cleanup
This commit is contained in:
@@ -96,10 +96,7 @@ namespace ChanSort.Loader.ScmFile
|
||||
this.ServiceType = data.GetByte(_ServiceType);
|
||||
this.SymbolRate = data.GetWord(_SymbolRate);
|
||||
|
||||
if (this.ServiceType == (int)DvbServiceType.Radio)
|
||||
this.SignalSource |= SignalSource.Radio;
|
||||
else
|
||||
this.SignalSource |= SignalSource.Tv;
|
||||
this.SignalSource |= LookupData.Instance.IsRadioOrTv(this.ServiceType);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user