From 94ae5fb41c5e5e5a1612b3b3e59a0546ea0c6357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Thu, 19 Jun 2025 17:37:16 +0200 Subject: [PATCH] Fix assets not using correct icon (#1098) --- bookmarks/views/contexts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bookmarks/views/contexts.py b/bookmarks/views/contexts.py index cace23f..f0e6cd4 100644 --- a/bookmarks/views/contexts.py +++ b/bookmarks/views/contexts.py @@ -369,6 +369,7 @@ class BookmarkAssetItem: self.asset_type = asset.asset_type self.file = asset.file self.file_size = asset.file_size + self.content_type = asset.content_type self.status = asset.status icon_classes = []