Commit e07f484 1 parent 2467d43 commit e07f484 Copy full SHA for e07f484
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,8 +43,8 @@ impl Transform for MediaStyleTransform {
43
43
}
44
44
guid = guid. replace ( "plex://" , "" ) ;
45
45
46
- // let cover_art = Some(format!("/replex/image/hero/{}/{} ",
47
- let cover_art = Some ( format ! ( "/replex/image/hero/{}.jpg ?X-Plex-Token={}" ,
46
+ let cover_art = Some ( format ! ( "/replex/image/hero/{}.jpg " ,
47
+ // let cover_art = Some(format!("/replex/image/hero/{}?X-Plex-Token={}",
48
48
// match options.forwarded_proto {
49
49
// Some(v) => v,
50
50
// None => "http".to_string()
@@ -55,7 +55,7 @@ impl Transform for MediaStyleTransform {
55
55
// },
56
56
// options.host.clone().unwrap(),
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