mirror of https://github.com/morpheus65535/bazarr
Fix settings template
This commit is contained in:
parent
181e71fe65
commit
944dee19eb
|
@ -2153,8 +2153,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
% if sys.platform.startswith('linux')
|
||||
:
|
||||
% if sys.platform.startswith('linux'):
|
||||
settings_general_chmod: {
|
||||
rules: [
|
||||
{
|
||||
|
@ -2163,8 +2162,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
%
|
||||
end
|
||||
% end
|
||||
settings_auth_password : {
|
||||
depends: 'settings_auth_username',
|
||||
rules : [
|
||||
|
|
Loading…
Reference in New Issue