mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-19 05:42:03 +01:00
- Added support for Toshiba *.zip channel list (chmgt.db, ... SQLite files)
This commit is contained in:
@@ -4,8 +4,8 @@ namespace ChanSort.Loader.DbFile
|
||||
{
|
||||
public class DbSerializerPlugin : ISerializerPlugin
|
||||
{
|
||||
public string PluginName { get { return "Toshiba chmgt.db"; } }
|
||||
public string FileFilter { get { return "chmgt.db"; } }
|
||||
public string PluginName { get { return "Toshiba *.zip"; } }
|
||||
public string FileFilter { get { return "*.zip"; } }
|
||||
|
||||
public SerializerBase CreateSerializer(string inputFile)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user