mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 20:35:51 +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:
@@ -31,8 +31,8 @@ namespace ChanSort.Loader.Samsung.Zip
|
||||
this.Features.CanSkipChannels = true;
|
||||
this.Features.CanLockChannels = true;
|
||||
this.Features.CanHideChannels = true;
|
||||
this.Features.SupportedFavorites = Favorites.A | Favorites.B | Favorites.C | Favorites.D | Favorites.E;
|
||||
this.Features.SortedFavorites = true;
|
||||
this.Features.FavoritesMode = FavoritesMode.OrderedPerSource;
|
||||
this.Features.MaxFavoriteLists = 5;
|
||||
this.Features.AllowGapsInFavNumbers = true;
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user