celiao / tmdbsimple

A wrapper for The Movie Database API v3.
GNU General Public License v3.0
579 stars 122 forks source link

fix(tv): Add missing 'return' statement in 'watch_providers()' #93

Open Lunik opened 1 year ago

Lunik commented 1 year ago

Actually calling tv.watch_providers() always return None

This PR add the missing return statement in tv.watch_providers() function.

Signed-off-by: Lunik lunik@tiwabbit.fr

Lunik commented 1 year ago

ready_for_review @celiao