Merge pull request #1173 from vslavik/patch-1

titulky provider: fix search for movie w/o year
pull/1174/head
morpheus65535 4 years ago committed by GitHub
commit 951f2f8a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save