mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fixes for frontend card renderers
This commit is contained in:
@@ -75,7 +75,7 @@ class HomepageStore:
|
||||
"id": page["id"],
|
||||
"title": page["name"],
|
||||
"description": page["extra"]["description"],
|
||||
"items": recover_page_items(page["items"]),
|
||||
"items": recover_page_items(page["items"], for_homepage=True),
|
||||
"url": f"pages/{page['id']}",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user