mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
* preserving modification times
This commit is contained in:
@@ -1521,7 +1521,7 @@ namespace CUEToolsLib
|
||||
GenerateAccurateRipTags (tags, 0, bestOffset, -1);
|
||||
#if !MONO
|
||||
if (audioSource is FLACReader)
|
||||
((FLACReader)audioSource).UpdateTags();
|
||||
((FLACReader)audioSource).UpdateTags (true);
|
||||
#endif
|
||||
audioSource.Close();
|
||||
audioSource = null;
|
||||
@@ -1537,7 +1537,7 @@ namespace CUEToolsLib
|
||||
NameValueCollection tags = audioSource.Tags;
|
||||
CleanupTags(tags, "ACCURATERIP");
|
||||
GenerateAccurateRipTags (tags, 0, bestOffset, iTrack);
|
||||
((FLACReader)audioSource).UpdateTags();
|
||||
((FLACReader)audioSource).UpdateTags(true);
|
||||
}
|
||||
#endif
|
||||
audioSource.Close();
|
||||
|
||||
Reference in New Issue
Block a user