From bb156c1910dbdc2b11e8d635cf6f261e20709e2e Mon Sep 17 00:00:00 2001 From: Kraken <10617703+UnhealthyKraken@users.noreply.github.com> Date: Tue, 17 Sep 2019 15:57:34 +0100 Subject: [PATCH] Update movie.tpl --- views/movie.tpl | 50 ++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/views/movie.tpl b/views/movie.tpl index 61ae00ce8..2c0c6eb00 100644 --- a/views/movie.tpl +++ b/views/movie.tpl @@ -102,9 +102,9 @@
Subtitles path | -Language | +Subtitles Path | +Language(s) | ||||
---|---|---|---|---|---|---|---|
{{path_replace_movie(subtitles_file[1]) if subtitles_file[1] is not None else 'Video file subtitles track'}} | +{{path_replace_movie(subtitles_file[1]) if subtitles_file[1] is not None else 'Video File Subtitles Track'}} | {{language_from_alpha2(subtitles_file[0].split(':')[0])}}{{' forced' if forced else ''}} |
%if subtitles_file[1] is not None: - + %end @@ -194,7 +194,7 @@ end if len(subtitles_files) == 0: %> - | ||||
No subtitles detected for this movie. | |||||||
No Subtitles Detected For This Movie. |
Missing subtitles | +Missing Subtitles |
---|