Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It should be an `int` according to `SongModel`'s spec, but not converted accordingly. Breaks pydantic validation: ``` pydantic_core._pydantic_core.ValidationError: 1 validation error for SongModel duration Input should be a valid integer, got a number with a fractional part [type=int_from_float, input_value=226533.87755102038, input_type=float] ```
- Loading branch information