mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 17:13:35 +08:00
titulky provider: fix search for movie w/o year
This commit is contained in:
parent
7c5839ab0d
commit
24897858c6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue