We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73240d6 commit 6edd211Copy full SHA for 6edd211
src/transform.rs
@@ -801,8 +801,8 @@ impl Transform for MediaStyleTransform {
801
.replace("plex://", "");
802
803
//let cover_art = item.get_hero_art(plex_client).await;
804
- let cover_art = Some(format!("/image/hero/{}/{}",
805
- //options.host.clone().unwrap(),
+ let cover_art = Some(format!("http://{}/image/hero/{}/{}",
+ options.host.clone().unwrap(),
806
guid,
807
options.token.clone().unwrap()
808
));
0 commit comments