Commit 7ee8138 1 parent 2388c05 commit 7ee8138 Copy full SHA for 7ee8138
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ impl Transform for MediaStyleTransform {
43
43
}
44
44
guid = guid. replace ( "plex://" , "" ) ;
45
45
46
- // let cover_art = Some(format!("/replex/image/hero/{}/{}",
46
+ //let cover_art = Some(format!("https://metadata-static.plex.tv/7/gracenote/779d16f22ad2f3a002937133f8744e5d.jpg"));
47
47
// let cover_art = Some(format!("/replex/image/hero/{}?X-Plex-Token={}",
48
- let cover_art = Some ( format ! ( "{}://{}/replex/image/hero/{}.jpg " ,
48
+ let cover_art = Some ( format ! ( "{}://{}/replex/image/hero/{}?X-Plex-Token={} " ,
49
49
match options. forwarded_proto {
50
50
Some ( v) => v,
51
51
None => "http" . to_string( )
@@ -55,7 +55,7 @@ impl Transform for MediaStyleTransform {
55
55
None => options. host. clone( ) . unwrap( )
56
56
} ,
57
57
guid,
58
- // options.token.clone().unwrap()
58
+ options. token. clone( ) . unwrap( )
59
59
) ) ;
60
60
//dbg!(&cover_art);
61
61
if cover_art. is_some ( ) {
You can’t perform that action at this time.
0 commit comments