referenced core plugins, fixed some dashboard issues, extracted library manager
This commit is contained in:
parent
a0b48befe5
commit
6194a098e6
1 changed files with 2 additions and 1 deletions
|
@ -1099,7 +1099,8 @@ var Dashboard = {
|
||||||
if (item.PrimaryImageTag) {
|
if (item.PrimaryImageTag) {
|
||||||
data.icon = ApiClient.getImageUrl(item.Id, {
|
data.icon = ApiClient.getImageUrl(item.Id, {
|
||||||
width: 100,
|
width: 100,
|
||||||
tag: item.PrimaryImageTag
|
tag: item.PrimaryImageTag,
|
||||||
|
type: "Primary"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue