mmmmmtasty / SportScanner

Scanner and Metadata Agent for Plex that uses sportdb
101 stars 31 forks source link

Update requests library and fix Thumbnail downloads #31

Closed jbalcorn closed 2 years ago

jbalcorn commented 2 years ago

The thumbnails have to actually download the response content when requested, and it had to download from response.content instead of response.text.

Also, the update function is supposed to have the force option so a metadata refresh actually goes into the code.