From 50276c0cfa41d3bde79aca563eebcc6389a23495 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 5 Oct 2025 20:06:17 +0000 Subject: [PATCH] show mediatags in shares --- copyparty/authsrv.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/copyparty/authsrv.py b/copyparty/authsrv.py index ffe47171..243fab2e 100644 --- a/copyparty/authsrv.py +++ b/copyparty/authsrv.py @@ -2946,6 +2946,11 @@ class AuthSrv(object): shn.shr_src = (s_vfs, 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 # share appears in all abspaths it can provide (for example for chk_ap) ap = shn.realpath