You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ID3v2NumberFrame value is not the appropriate class
(ID3v2Disc or ID3v2Track) rather than having
the number/total abstraction on the frame class itself.
Use a single enum for ID3v2 timestamp format.
Remove ID3v2LyricsTimestampFormat.
Remove ID3v2TempoTimestampFormat.
Removed
ID3v2LyricsTimestampFormat.
ID3v2TempoTimestampFormat.
Fixed
Missing maxsplit argument in ID3v2UniqueFileIdentiferFrame parsing.