@@ -37,15 +37,15 @@ export default class AacFileSettings {
3737 }
3838
3939 /**
40- * Gets whether or not *new* APE tags should be stored at the end of the file. If `true` new
40+ * Gets whether *new* APE tags should be stored at the end of the file. If `true` new
4141 * APE tags will be stored at the end of the file. If `false` new APE tags will be stored at
4242 * the beginning of the file (not recommended). Note, this only affects *new* APE tags.
4343 * Existing APE tags will not be moved unless removed and re-added.
4444 * @default `true`
4545 */
4646 public static get preferApeTagAtFileEnd ( ) : boolean { return this . _preferApeTagAtFileEnd ; }
4747 /**
48- * Gets whether or not *new* APE tags should be stored at the end of the file. If `true` new
48+ * Gets whether *new* APE tags should be stored at the end of the file. If `true` new
4949 * APE tags will be stored at the end of the file. If `false` new APE tags will be stored at
5050 * the beginning of the file (not recommended). Note, this only affects *new* APE tags.
5151 * Existing APE tags will not be moved unless removed and re-added.
@@ -54,7 +54,7 @@ export default class AacFileSettings {
5454 public static set preferApeTagAtFileEnd ( value : boolean ) { this . _preferApeTagAtFileEnd = value ; }
5555
5656 /**
57- * Gets whether or not *new* ID3v2 tags should be stored at the end of the file. If `true` new
57+ * Gets whether *new* ID3v2 tags should be stored at the end of the file. If `true` new
5858 * ID3v2 tags will be stored at the end of the file. If `false` new ID3v2 tags will be stored
5959 * at the beginning of the file. Note, this only affects *new* ID3v2 tags. Existing ID3v2 tags
6060 * will not be moved unless removed and re-added.
@@ -66,7 +66,7 @@ export default class AacFileSettings {
6666 */
6767 public static get preferId3v2TagAtFileEnd ( ) : boolean { return this . _preferId3v2TagAtFileEnd ; }
6868 /**
69- * Sets whether or not *new* ID3v2 tags should be stored at the end of the file. If `true` new
69+ * Sets whether *new* ID3v2 tags should be stored at the end of the file. If `true` new
7070 * ID3v2 tags will be stored at the end of the file. If `false` new ID3v2 tags will be stored
7171 * at the beginning of the file. Note, this only affects *new* ID3v2 tags. Existing ID3v2 tags
7272 * will not be moved unless removed and re-added.
0 commit comments