a4k-openproject / plugin.video.openmeta

GNU General Public License v3.0
3 stars 3 forks source link

Bugfix: Handle non-existent 'filename' key in TVDB data. #56

Closed ruinernin closed 4 years ago

ruinernin commented 4 years ago

Logic to handle empty data returned by TVDB in #53 leaves it possible for this key to be empty. For some reason this key alone was always assumed to exist by this consumer. Use dict.get() method as is used to access other attributes in this function.

drinfernoo commented 4 years ago

I cherry-picked this into develop... didn't realize it didn't close 😆