mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
rewrite db stuff with scalars and generators
+ dump mixes with less than x=4 artists + try: disable pragma mmap_size
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ def get_pages():
|
||||
"""
|
||||
Get all pages.
|
||||
"""
|
||||
return PageTable.get_all()
|
||||
return [page for page in PageTable.get_all()]
|
||||
|
||||
|
||||
class AddPageItemBody(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user