Skip to content

Commit 290429b

Browse files
committed
chore: move TSO2 declaration to non-standard frames
1 parent f80fe05 commit 290429b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/id3v2/frames.mjs

+8-8
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,6 @@ export const TSIZ = {
420420
version: [3]
421421
}
422422

423-
export const TSO2 = {
424-
parse: parsers.textFrame,
425-
validate: validators.textFrame,
426-
write: writers.textFrame,
427-
version: [4]
428-
}
429-
430423
export const TSOA = {
431424
parse: parsers.textFrame,
432425
validate: validators.textFrame,
@@ -575,7 +568,7 @@ export const WXXX = {
575568
}
576569

577570
/**
578-
* WFED and TGID is not a standard and undocumented frame used by Apple iTunes
571+
* Non-standard frames
579572
*/
580573
export const WFED = {
581574
parse: parsers.win1251Frame,
@@ -590,3 +583,10 @@ export const TGID = {
590583
write: writers.win1251Frame,
591584
version: [3, 4]
592585
}
586+
587+
export const TSO2 = {
588+
parse: parsers.textFrame,
589+
validate: validators.textFrame,
590+
write: writers.textFrame,
591+
version: [3, 4]
592+
}

0 commit comments

Comments
 (0)