mateoradman / bazarr-bulk

Bazarr Bulk Actions CLI - Bulk sync your subtitles with ease
https://crates.io/crates/bazarr-bulk
MIT License
30 stars 1 forks source link

Fix deserialization errors #3

Closed mateoradman closed 5 months ago

mateoradman commented 5 months ago

Multiple users have reported deserialization errors when attempting to run bazarr-bulk. This PR removes unused fields from response structs and ensures that nullable fields coming from Bazarr's API are handled correctly, thus making the whole thing less error-prone.