mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
create methods to fetch data from the database
- start using a class to hold search query results
This commit is contained in:
@@ -16,7 +16,7 @@ class Track:
|
||||
|
||||
trackid: str
|
||||
title: str
|
||||
artists: list
|
||||
artists: list[str]
|
||||
albumartist: str
|
||||
album: str
|
||||
folder: str
|
||||
|
||||
Reference in New Issue
Block a user