mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-27 01:29:02 +01:00
fixed program version number
This commit is contained in:
@@ -4,7 +4,7 @@ namespace ChanSort.Loader.LG
|
||||
{
|
||||
public class TllFileSerializerPlugin : ISerializerPlugin
|
||||
{
|
||||
public string PluginName { get { return "LG-Electronics *.tll"; } }
|
||||
public string PluginName { get { return "LG-Electronics xx*.tll"; } }
|
||||
public string FileFilter { get { return "xx*.TLL"; } }
|
||||
|
||||
#region CreateSerializer()
|
||||
|
||||
Reference in New Issue
Block a user