mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
referenced core plugins, fixed some dashboard issues, extracted library manager
This commit is contained in:
@@ -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"
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user