1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-30 19:02:34 +00:00
This commit is contained in:
Louis Vézina 2020-04-28 08:18:30 -04:00
parent f1327c1e34
commit 5b47c3e8eb
2 changed files with 2 additions and 3 deletions

View file

@ -340,7 +340,7 @@ def settingsradarr():
@app.route('/settings/subtitles/')
@login_required
def settingssubtitles():
return render_template('settingssubtitles.html')
return render_template('settingssubtitles.html', os=sys.platform)
@app.route('/settings/languages/')

View file

@ -217,8 +217,7 @@
</label>
</div>
</div>
{% import sys %}
{% if not sys.platform.startswith('win') %}
{% if not os.startswith('win') %}
<div class="row">
<div class="col-sm-3 text-right">
<b>Enable CHMOD</b>