create methods to fetch data from the database

- start using a class to hold search query results
This commit is contained in:
geoffrey45
2022-06-13 17:11:58 +03:00
parent 030ab8a379
commit b6c5c57186
4 changed files with 95 additions and 31 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class Track:
trackid: str
title: str
artists: list
artists: list[str]
albumartist: str
album: str
folder: str