mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(web): asset ownership does not update when navigating (#4643)
This commit is contained in:
		| @@ -33,7 +33,7 @@ | ||||
|   export let showDetailButton: boolean; | ||||
|   export let showSlideshow = false; | ||||
|  | ||||
|   const isOwner = asset.ownerId === $page.data.user?.id; | ||||
|   $: isOwner = asset.ownerId === $page.data.user?.id; | ||||
|  | ||||
|   type MenuItemEvent = 'addToAlbum' | 'addToSharedAlbum' | 'asProfileImage' | 'runJob' | 'playSlideShow'; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user