mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 05:06:31 +02:00
- added unit tests for Enigma2 and Grundig loaders
- added round-trip unit test for all loaders to check reordering channels and favorites, saving and reloading - internal code clean-up regarding different favorite list modes (none vs. flags vs. ordered per source vs. mixed source)
This commit is contained in:
@@ -98,7 +98,7 @@ namespace ChanSort.Loader.Hisense.ChannelDb
|
||||
this.Features.CanLockChannels = true;
|
||||
this.Features.CanHideChannels = true;
|
||||
this.Features.CanHaveGaps = true;
|
||||
this.Features.SortedFavorites = true;
|
||||
this.Features.FavoritesMode = FavoritesMode.MixedSource;
|
||||
|
||||
channelLists.Add(new ChannelList(SignalSource.Antenna, "Antenna"));
|
||||
channelLists.Add(new ChannelList(SignalSource.Cable, "Cable"));
|
||||
|
||||
Reference in New Issue
Block a user