Revert "Fixed podnapisi results parsing"

This reverts commit 27d7f96599.
This commit is contained in:
morpheus65535 2024-02-08 13:12:34 -05:00
parent 27d7f96599
commit 90e4cf1c6f
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class PodnapisiProvider(_PodnapisiProvider, ProviderSubtitleArchiveMixin):
break
# exit if no results
if not xml.find('pagination/results') and not int(xml.find('pagination/results').text):
if not xml.find('pagination/results') or not int(xml.find('pagination/results').text):
logger.debug('No subtitles found')
break