feat: add support for new ratings page

Genres are no longer available for ratings, so we make them optional.
Adds support for validating generics in union types.
This commit is contained in:
ducklet 2024-05-11 17:13:48 +02:00
parent 06e60fb212
commit 1a7d85b31d
7 changed files with 385 additions and 37 deletions

View file

@ -4,4 +4,4 @@ cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
exec python -m unwind "$@"
exec poetry run python -m unwind "$@"