Refactor the database logic for the apps into it's own mixin for reuse

This commit is contained in:
Oliver 2026-01-17 23:14:05 -07:00
parent ffa2162fbd
commit 63f985aa0e
4 changed files with 125 additions and 75 deletions

View file

@ -22,7 +22,7 @@
"notifs": {
"error": {
"db-out-of-date": "Database out of date, please try again.",
"artist-ID-404": "An artist cannot be found with ID: {id}"
"document-ID-404": "Cannot find {dbType} with ID: {id}"
}
}
}