mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-12 15:00:15 +01: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