titulky provider: fix search for movie w/o year

pull/1173/head
Václav Slavík 4 years ago committed by GitHub
parent 7c5839ab0d
commit 24897858c6
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