mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
96fb746fd9
* add `get_album_review` endpoint * add `metadata.album_review` config option * add comment to `add_track_metadata` * move `AlbumReview` model to its own file and clean up imports * fix API endpoint for fetching album reviews * add normalized_text method to AlbumReview model for text processing * add unit test for `normalize_review_text` function and refactor `AlbumReview` model * add `album_review` to metadata * update comment * add comment