mirror of
https://github.com/fergalmoran/picard.git
synced 2026-04-05 03:55:14 +00:00
compatid3: Remove custom XDOR tag
This was originally meant as the ID3v2.3 version of TDOR, but even the earliest Picard release 0.9.0alpha1 never used it.
This commit is contained in:
@@ -41,10 +41,6 @@ except ImportError:
|
||||
pass
|
||||
|
||||
|
||||
class XDOR(TextFrame):
|
||||
pass
|
||||
|
||||
|
||||
class XSOP(TextFrame):
|
||||
pass
|
||||
|
||||
@@ -52,7 +48,6 @@ class XSOP(TextFrame):
|
||||
known_frames = dict(Frames)
|
||||
known_frames.update(dict(Frames_2_2))
|
||||
known_frames["GRP1"] = GRP1 # Available since mutagen >= 1.38
|
||||
known_frames["XDOR"] = XDOR
|
||||
known_frames["XSOP"] = XSOP
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user