Merge pull request #1173 from vslavik/patch-1

titulky provider: fix search for movie w/o year
This commit is contained in:
morpheus65535 2020-10-27 14:19:47 -04:00 committed by GitHub
commit 951f2f8a03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,7 @@ class TitulkyProvider(Provider):
subtitles = []
if season and episode:
search_link = self.server_url + text_type(self.search_url_series).format(params)
elif year:
else:
search_link = self.server_url + text_type(self.search_url_movies).format(params)