mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-06 20:20:43 +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:
@@ -29,8 +29,7 @@ namespace ChanSort.Loader.M3u
|
||||
{
|
||||
this.Features.ChannelNameEdit = ChannelNameEditMode.All;
|
||||
this.Features.DeleteMode = DeleteMode.Physically;
|
||||
this.Features.SortedFavorites = false;
|
||||
this.Features.SupportedFavorites = 0;
|
||||
this.Features.FavoritesMode = FavoritesMode.None;
|
||||
this.Features.CanLockChannels = false;
|
||||
this.Features.CanSkipChannels = false;
|
||||
this.Features.CanHideChannels = false;
|
||||
|
||||
Reference in New Issue
Block a user