mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
2.0.9 release
This commit is contained in:
@@ -99,11 +99,17 @@ namespace HDCDDotNet
|
||||
get { throw new Exception("unsupported"); }
|
||||
}
|
||||
|
||||
public string Options
|
||||
public long Padding
|
||||
{
|
||||
set { throw new Exception("unsupported"); }
|
||||
}
|
||||
|
||||
public object Settings
|
||||
{
|
||||
get { throw new Exception("unsupported"); }
|
||||
set { throw new Exception("unsupported"); }
|
||||
}
|
||||
|
||||
public int CompressionLevel
|
||||
{
|
||||
get { throw new Exception("unsupported"); }
|
||||
|
||||
Reference in New Issue
Block a user