mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use album cover as alternate image for active devices
This commit is contained in:
parent
e4e315b1e0
commit
742354baee
1 changed files with 8 additions and 0 deletions
|
@ -674,6 +674,14 @@ define(["datetime", "events", "itemHelper", "serverNotifications", "dom", "globa
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (item && item.AlbumPrimaryImageTag) {
|
||||||
|
return ApiClient.getScaledImageUrl(item.AlbumId, {
|
||||||
|
type: "Primary",
|
||||||
|
width: 275,
|
||||||
|
tag: item.AlbumPrimaryImageTag
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
},
|
},
|
||||||
systemUpdateTaskKey: "SystemUpdateTask",
|
systemUpdateTaskKey: "SystemUpdateTask",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue