davidchalifoux / kaput-cli

The unofficial CLI client for Put.io - Kaput lets you manage your Put.io account from the comfort of your terminal!
https://kaput.sh/
MIT License
68 stars 7 forks source link

Fix: handle-unstarted-transfers #39

Closed davidchalifoux closed 1 year ago

davidchalifoux commented 1 year ago

Adds unwrap_or_default for deserializing transfers. This handles potentially null values while transfers are in a PREPARING_DOWNLOAD state. Fixes #37.