mirror of https://github.com/morpheus65535/bazarr
Revert "Fixed podnapisi results parsing"
This reverts commit 27d7f96599
.
This commit is contained in:
parent
27d7f96599
commit
90e4cf1c6f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue