mirror of
https://github.com/9001/copyparty.git
synced 2026-08-13 13:53:06 -06:00
mute no-rss-warning for shares
This commit is contained in:
parent
6f924829ee
commit
b9405a3e25
|
|
@ -2762,7 +2762,8 @@ class AuthSrv(object):
|
||||||
|
|
||||||
for k in drop:
|
for k in drop:
|
||||||
t = 'cannot enable [%s] for volume "/%s" because this requires one of the following: e2d / e2ds / e2dsa (either as volflag or global-option)'
|
t = 'cannot enable [%s] for volume "/%s" because this requires one of the following: e2d / e2ds / e2dsa (either as volflag or global-option)'
|
||||||
self.log(t % (k, vol.vpath), 1)
|
if not (enshare and vp.startswith(shrs)):
|
||||||
|
self.log(t % (k, vol.vpath), 1)
|
||||||
vol.flags.pop(k)
|
vol.flags.pop(k)
|
||||||
|
|
||||||
zi = vol.flags.get("lifetime") or 0
|
zi = vol.flags.get("lifetime") or 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue