[books] Move book metadata into the log field

This commit is contained in:
2024-08-07 14:51:21 -03:00
parent adc10ab43b
commit b626ac583a
6 changed files with 68 additions and 12 deletions

View File

@ -30,9 +30,6 @@ class ScrobbleInline(admin.TabularInline):
exclude = (
"scrobble_log",
"timezone",
"book_koreader_hash",
"book_page_data",
"book_pages_read",
"videogame_save_data",
"videogame_screenshot",
)