summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/opensubtitles/opensubtitles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py
index ac7a04a0b..5caa26ddb 100644
--- a/src/plugins/opensubtitles/opensubtitles.py
+++ b/src/plugins/opensubtitles/opensubtitles.py
@@ -341,7 +341,7 @@ class OpenSubtitlesModel:
self._lock.release ()
return (result['data'], message)
- """Not found by movie_hash and moviebytesize, fallback to title"""
+ # Not found by movie_hash and moviebytesize, fallback to title
searchdata = {'sublanguageid': self.lang,
'query' : movie_title}
try: