mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Preliminary support for CDTOC tag
This commit is contained in:
@@ -87,5 +87,8 @@ namespace CUETools.Processor
|
||||
|
||||
[DefaultValue(false), Category("Tagging"), DisplayName("Use id3v2.4 instead of id3v2.3")]
|
||||
public bool UseId3v24 { get; set; }
|
||||
|
||||
[DefaultValue(true), Category("Tagging"), DisplayName("Write CDTOC tag")]
|
||||
public bool WriteCDTOCTag { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user