Skip to content

Commit

Permalink
fix: disable thumb art or now
Browse files Browse the repository at this point in the history
  • Loading branch information
lostb1t authored Aug 10, 2023
1 parent 6a9e11a commit d78618a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ impl TMDBArtTransform {
item.art = art;
}
// big screen uses thumbs for artwork.... while mobile uses the artwork. yeah...
item.thumb = item.art.clone();
//item.thumb = item.art.clone();
}
}

Expand Down

0 comments on commit d78618a

Please sign in to comment.