File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -420,13 +420,6 @@ export const TSIZ = {
420
420
version : [ 3 ]
421
421
}
422
422
423
- export const TSO2 = {
424
- parse : parsers . textFrame ,
425
- validate : validators . textFrame ,
426
- write : writers . textFrame ,
427
- version : [ 4 ]
428
- }
429
-
430
423
export const TSOA = {
431
424
parse : parsers . textFrame ,
432
425
validate : validators . textFrame ,
@@ -575,7 +568,7 @@ export const WXXX = {
575
568
}
576
569
577
570
/**
578
- * WFED and TGID is not a standard and undocumented frame used by Apple iTunes
571
+ * Non- standard frames
579
572
*/
580
573
export const WFED = {
581
574
parse : parsers . win1251Frame ,
@@ -590,3 +583,10 @@ export const TGID = {
590
583
write : writers . win1251Frame ,
591
584
version : [ 3 , 4 ]
592
585
}
586
+
587
+ export const TSO2 = {
588
+ parse : parsers . textFrame ,
589
+ validate : validators . textFrame ,
590
+ write : writers . textFrame ,
591
+ version : [ 3 , 4 ]
592
+ }
You can’t perform that action at this time.
0 commit comments