mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-30 19:02:34 +00:00
WIP
This commit is contained in:
parent
f1327c1e34
commit
5b47c3e8eb
2 changed files with 2 additions and 3 deletions
|
@ -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…
Reference in a new issue