From 6cdf88e25ec5b6acc4c74d5792aa48a1fcc8c929 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 22 Aug 2023 22:33:13 +0100 Subject: [PATCH] Share id --- shares.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shares.py b/shares.py index a7feb1b29..0d5b05a31 100644 --- a/shares.py +++ b/shares.py @@ -2183,9 +2183,7 @@ def add_shares_to_actor(base_dir: str, break if not shared_item.get('shareOnProfile'): continue - if not shared_item.get('shareId'): - continue - share_id = _vf_share_id(shared_item['shareId']) + share_id = _vf_share_id(share_id) actor_json['attachment'].append({ "type": "Link", "name": shared_item['displayName'],