mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
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) {
|
||||
data.icon = ApiClient.getImageUrl(item.Id, {
|
||||
width: 100,
|
||||
tag: item.PrimaryImageTag
|
||||
tag: item.PrimaryImageTag,
|
||||
type: "Primary"
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue