mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Fix priorities and constructores for ALAC and MACLib
This commit is contained in:
@@ -19,7 +19,7 @@ namespace CUETools.Codecs.MACLib
|
||||
public Type DecoderType => typeof(AudioDecoder);
|
||||
|
||||
[Browsable(false)]
|
||||
public int Priority => 1;
|
||||
public int Priority => 2;
|
||||
|
||||
public IAudioDecoderSettings Clone()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user