mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 07:26:58 +02:00
- added function to mark a channel for swapping + swap with current channel
- replaced misuse of "FileLoadException" with a custom LoaderException to handle file loading issues with better continue/fail logic - removed "Save As" and replaced it with "Convert list" menu item that shows information on how to use a reference list instead of direct conversion
This commit is contained in:
@@ -154,7 +154,6 @@ internal class IdtvChannelSerializer : SerializerBase
|
||||
dbFile = Path.Combine(dir, "tv.db");
|
||||
binFile = Path.Combine(dir, "channel", "idtvChannel.bin");
|
||||
|
||||
this.Features.CanSaveAs = false;
|
||||
this.Features.FavoritesMode = FavoritesMode.Flags;
|
||||
this.Features.DeleteMode = DeleteMode.FlagWithPrNr;
|
||||
|
||||
|
||||
@@ -41,7 +41,6 @@ namespace ChanSort.Loader.Panasonic
|
||||
this.Features.CanLockChannels = false;
|
||||
this.Features.CanHideChannels = false;
|
||||
this.Features.DeleteMode = DeleteMode.NotSupported;
|
||||
this.Features.CanSaveAs = true;
|
||||
this.Features.AllowGapsInFavNumbers = true;
|
||||
this.Features.CanEditFavListNames = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user