mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Fix for AR tags in WMA files
This commit is contained in:
@@ -43,7 +43,7 @@ namespace CUETools.Processor
|
||||
var asf = (TagLib.Asf.Tag)fileInfo.GetTag(TagLib.TagTypes.Asf, true);
|
||||
foreach (string tag in tags.AllKeys)
|
||||
if (!IsKnownXiphTag(tag))
|
||||
asf.SetDescriptorString(tag, tags.GetValues(tag));
|
||||
asf.SetDescriptorStrings(tags.GetValues(tag), "foobar2000/" + tag);
|
||||
return true;
|
||||
}
|
||||
TagLib.Ape.Tag ape = (TagLib.Ape.Tag)fileInfo.GetTag(TagLib.TagTypes.Ape, true);
|
||||
|
||||
Reference in New Issue
Block a user