Add boardgames as scrobblable

This commit is contained in:
2023-04-17 18:29:39 -04:00
parent 4654902adc
commit 0217c96faf
15 changed files with 517 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class ObjectWithGenres(GenericTaggedItemBase):
Genre,
on_delete=models.CASCADE,
related_name="%(app_label)s_%(class)s_items",
**BNULL,
)