Add book scrobbling

This commit is contained in:
2023-02-19 22:19:01 -05:00
parent f4a444354d
commit 6ef8238442
16 changed files with 729 additions and 125 deletions

View File

@ -97,6 +97,7 @@ INSTALLED_APPS = [
"music",
"podcasts",
"sports",
"books",
"mathfilters",
"rest_framework",
"allauth",