mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Use correct image for logo in native player
This commit is contained in:
parent
2ce13cbd09
commit
37496f87e3
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ class ItemBaseModel with ItemBaseModelMappable {
|
||||||
title: title,
|
title: title,
|
||||||
subTitle: context != null ? label(context) : null,
|
subTitle: context != null ? label(context) : null,
|
||||||
overview: overview.summary,
|
overview: overview.summary,
|
||||||
logoUrl: images?.logo?.path,
|
logoUrl: getPosters?.logo?.path ?? images?.logo?.path,
|
||||||
primaryPoster: images?.primary?.path ?? getPosters?.primary?.path ?? "",
|
primaryPoster: images?.primary?.path ?? getPosters?.primary?.path ?? "",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue