mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Converter: reducing dependancy on CUETools.Processor;
CUETools.Codecs should be enough. Tagging is the only remaining issue.
This commit is contained in:
@@ -319,9 +319,9 @@ namespace TagLib.UserDefined {
|
||||
public static class AdditionalFileTypes
|
||||
{
|
||||
private static bool inited = false;
|
||||
private static CUETools.Processor.CUEConfig _config;
|
||||
private static CUEToolsCodecsConfig _config;
|
||||
|
||||
public static CUETools.Processor.CUEConfig Config
|
||||
public static CUEToolsCodecsConfig Config
|
||||
{
|
||||
set
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user