mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
Restyle Remove global lists and read everything from the database. (#71)
This commit is contained in:
@@ -22,5 +22,4 @@ def validate_tracks() -> None:
|
||||
|
||||
def get_p_track(ptrack):
|
||||
return instances.tracks_instance.find_track_by_title_artists_album(
|
||||
ptrack["title"], ptrack["artists"], ptrack["album"]
|
||||
)
|
||||
ptrack["title"], ptrack["artists"], ptrack["album"])
|
||||
|
||||
Reference in New Issue
Block a user