diff --git a/bazarr/api.py b/bazarr/api.py index cdffa9706..41f9e32ba 100644 --- a/bazarr/api.py +++ b/bazarr/api.py @@ -270,7 +270,7 @@ class EpisodesSubtitlesUpload(Resource): if sceneName == "null": sceneName = "None" language = request.form.get('language') - forced = True if request.form.get('forced') == '1' else False + forced = True if request.form.get('forced') == 'on' else False upload = request.files.get('upload') sonarrSeriesId = request.form.get('sonarrSeriesId') sonarrEpisodeId = request.form.get('sonarrEpisodeId') diff --git a/views/_main.html b/views/_main.html index 6e292114b..20f822334 100644 --- a/views/_main.html +++ b/views/_main.html @@ -27,6 +27,8 @@ + + diff --git a/views/episodes.html b/views/episodes.html index 3a0d40a2c..f50c4f7b6 100644 --- a/views/episodes.html +++ b/views/episodes.html @@ -3,206 +3,212 @@ {% block title %}Series - Bazarr{% endblock %} {% block head %} - + {% endblock head %} {% block bcleft %} -
- -
+
+ +
{% endblock bcleft %} {% block bcright %} -
-
Some page settings
-
+
+
Some page settings
+
{% endblock bcright %} {% block body %} -
-
-
- -
-
-
-
-

- -
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
+
+
+
+ +
+
+
+
+

+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- - - - - - - - - - - - - - -
EpisodeTitleExisting SubtitlesMissing SubtitlesManual SearchManual Upload
-
- -