mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-23 23:59:04 -05:00
Added more debug logging to opensubtitles.com provider to help then investigate issues.
This commit is contained in:
@@ -449,6 +449,7 @@ class OpenSubtitlesComProvider(ProviderRetryMixin, Provider):
|
||||
amount=retry_amount
|
||||
)
|
||||
|
||||
logger.debug(f'params sent to the download endpoint: {res.request.body}')
|
||||
download_data = res.json()
|
||||
subtitle.download_link = download_data['link']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user