feat: updating tracksort before downloading
This commit is contained in:
parent
25eacfbe6e
commit
38f3b1da1d
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -21,6 +21,7 @@
|
||||
"dotenv",
|
||||
"levenshtein",
|
||||
"OKBLUE",
|
||||
"Referer"
|
||||
"Referer",
|
||||
"tracksort"
|
||||
]
|
||||
}
|
@ -378,8 +378,9 @@ class Page:
|
||||
if not (isinstance(music_object, Song) and self.NO_ADDITIONAL_DATA_FROM_SONG):
|
||||
self.fetch_details(music_object=music_object, stop_at_level=1)
|
||||
|
||||
if isinstance(music_object, Song):
|
||||
trace(music_object.option_string)
|
||||
if isinstance(music_object, Album):
|
||||
music_object.update_tracksort()
|
||||
|
||||
|
||||
naming_dict.add_object(music_object)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user