mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-06 14:57:13 +02:00
- merged projects so that there is one loader for each manufacturer
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<Compile Include="CustomXmlWriter.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="BinarySerializer.cs" />
|
||||
<Compile Include="PhilipsLoader.cs" />
|
||||
<Compile Include="PhilipsPlugin.cs" />
|
||||
<Compile Include="XmlSerializer.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
@@ -5,7 +5,7 @@ using ChanSort.Api;
|
||||
|
||||
namespace ChanSort.Loader.Philips
|
||||
{
|
||||
public class PhilipsLoader : ISerializerPlugin
|
||||
public class PhilipsPlugin : ISerializerPlugin
|
||||
{
|
||||
/*
|
||||
* Philips has a whole lot of completely incompatible channel list file formats with different folder structures.
|
||||
Reference in New Issue
Block a user