diff options
Diffstat (limited to 'libs/subliminal_patch/providers/greeksubtitles.py')
-rw-r--r-- | libs/subliminal_patch/providers/greeksubtitles.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/subliminal_patch/providers/greeksubtitles.py b/libs/subliminal_patch/providers/greeksubtitles.py index 7ee26efce..90960d65b 100644 --- a/libs/subliminal_patch/providers/greeksubtitles.py +++ b/libs/subliminal_patch/providers/greeksubtitles.py @@ -28,6 +28,7 @@ class GreekSubtitlesSubtitle(Subtitle): self.download_link = download_link self.hearing_impaired = None self.encoding = 'windows-1253' + self.release_info = version @property def id(self): |