pull/997/head
Louis Vézina 5 years ago
parent f1327c1e34
commit 5b47c3e8eb

@ -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/')

@ -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>

Loading…
Cancel
Save