mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
start: rewrite the database layer using a freaking ORM
+ start ditching in-mem stores + move main db table to a new name + experiments!
This commit is contained in:
@@ -195,7 +195,7 @@ class TopResults:
|
||||
except AttributeError:
|
||||
item.duration = 0
|
||||
|
||||
item.check_is_single(tracks)
|
||||
item.is_single(tracks)
|
||||
|
||||
if not item.is_single:
|
||||
item.check_type()
|
||||
|
||||
Reference in New Issue
Block a user