Skip to content

Commit

Permalink
fix: cover art aas thumb for android tv as fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
lostb1t committed Oct 28, 2023
1 parent 7c9bd3c commit a2a0c91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/transform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ impl ClientHeroStyle {
// using clip makes it load thumbs instead of art as cover art. So we don't have to touch the background
child_type: Some("clip".to_string()),
cover_art_as_art: false,
cover_art_as_thumb: true,
..ClientHeroStyle::default()
}
}
Expand Down Expand Up @@ -767,7 +768,7 @@ impl Transform for CollectionStyleTransform {

let mut style = ClientHeroStyle::from_context(options.clone());

item.meta = Some(hero_meta());
// item.meta = Some(hero_meta());

let mut futures = FuturesOrdered::new();
for mut child in item.children() {
Expand Down

0 comments on commit a2a0c91

Please sign in to comment.