moved stuff around
This commit is contained in:
parent
cc77d3ec25
commit
21fca274f8
@ -1,7 +1,10 @@
|
|||||||
from . import (
|
from . import (
|
||||||
song
|
song,
|
||||||
|
id3_mapping
|
||||||
)
|
)
|
||||||
|
|
||||||
|
ID3_MAPPING = id3_mapping.Mapping
|
||||||
|
|
||||||
Song = song.Song
|
Song = song.Song
|
||||||
Artist = song.Artist
|
Artist = song.Artist
|
||||||
Source = song.Source
|
Source = song.Source
|
||||||
|
@ -56,4 +56,5 @@ class Mapping(Enum):
|
|||||||
ARTISTSORTORDER = "TSOP"
|
ARTISTSORTORDER = "TSOP"
|
||||||
ALBUM = "TALB"
|
ALBUM = "TALB"
|
||||||
ALBUMSORTORDER = "TSOA"
|
ALBUMSORTORDER = "TSOA"
|
||||||
ALBUMARTISTSORTORDER = "TSO2"
|
ALBUMARTISTSORTORDER = "TSO2"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user