show mediatags in shares

This commit is contained in:
ed 2025-10-05 20:06:17 +00:00
parent c5f1229685
commit 50276c0cfa

View file

@ -2946,6 +2946,11 @@ class AuthSrv(object):
shn.shr_src = (s_vfs, s_rem) shn.shr_src = (s_vfs, s_rem)
shn.realpath = s_vfs.canonical(s_rem) shn.realpath = s_vfs.canonical(s_rem)
o_vn, _ = shn._get_share_src("")
shn.flags = o_vn.flags.copy()
shn.dbpath = o_vn.dbpath
shn.histpath = o_vn.histpath
# root.all_aps doesn't include any shares, so make a copy where the # root.all_aps doesn't include any shares, so make a copy where the
# share appears in all abspaths it can provide (for example for chk_ap) # share appears in all abspaths it can provide (for example for chk_ap)
ap = shn.realpath ap = shn.realpath