smirgol / plugin.video.crunchyroll

Watch videos from the anime platform Crunchyroll.com on Kodi
GNU Affero General Public License v3.0
45 stars 11 forks source link

Fixed a crash in _clean_cache_subtitles. #69

Closed xLAva closed 1 month ago

xLAva commented 1 month ago

It seems the log message call is just wrong. It crashes the plugin when subtitles are expired because the first parameter is wrong.

smirgol commented 1 month ago

Good catch, seems I missed that when I have refactored the code and moved the API and Args params to a global. Thank you. :)