From d78618a4bd60abb9442ae17a9f6560d838c7951b Mon Sep 17 00:00:00 2001 From: sarendsen Date: Thu, 10 Aug 2023 18:53:43 +0200 Subject: [PATCH] fix: disable thumb art or now --- src/transform.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transform.rs b/src/transform.rs index ae06d2e..437b2a2 100644 --- a/src/transform.rs +++ b/src/transform.rs @@ -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(); } }