titulky provider: fix search for movie w/o year

This commit is contained in:
Václav Slavík 2020-10-27 19:11:46 +01:00 committed by GitHub
parent 7c5839ab0d
commit 24897858c6
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)