mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-20 21:36:49 +01:00
CsvFileSerializer and RefSerializer are now back in the .Api project. CSV, TXT and CHL files can now be loaded and edited like any other supported channel list.
Eleminated redundant code that was used for loading/applying reference lists in CSV or TXT/CHL format.
This commit is contained in:
@@ -4,6 +4,8 @@ namespace ChanSort.Api
|
||||
{
|
||||
public abstract class SerializerBase
|
||||
{
|
||||
#region class SupportedFeatures
|
||||
|
||||
public class SupportedFeatures
|
||||
{
|
||||
public ChannelNameEditMode ChannelNameEdit { get; set; }
|
||||
@@ -20,6 +22,7 @@ namespace ChanSort.Api
|
||||
this.CanHaveGaps = true;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
private Encoding defaultEncoding;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user