mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Done with ripping for now
This commit is contained in:
@@ -231,7 +231,12 @@ namespace APEDotNet {
|
||||
|
||||
virtual bool UpdateTags(bool preserveTime)
|
||||
{
|
||||
return false;
|
||||
Close ();
|
||||
APETagDotNet^ apeTag = gcnew APETagDotNet (_path, true, false);
|
||||
apeTag->SetStringTags (_tags, true);
|
||||
apeTag->Save();
|
||||
apeTag->Close();
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual UInt32 Read([Out] array<Int32, 2>^ buff, UInt32 sampleCount)
|
||||
|
||||
Reference in New Issue
Block a user