mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 18:58:30 +02:00
Fix assets not using correct icon (#1098)
This commit is contained in:
@@ -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 = []
|
||||
|
Reference in New Issue
Block a user