From e7957d09ecac448e6e1705112211a3ac979f4d74 Mon Sep 17 00:00:00 2001 From: Nexmoe <16796652+nexmoe@users.noreply.github.com> Date: Wed, 14 Jan 2026 19:54:43 +0800 Subject: [PATCH] fix(settings): disable embed thumbnail by default (#99) --- src/shared/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/types/index.ts b/src/shared/types/index.ts index 4db054c..5e595cf 100644 --- a/src/shared/types/index.ts +++ b/src/shared/types/index.ts @@ -298,7 +298,7 @@ export const defaultSettings: AppSettings = { subscriptionOnlyLatestDefault: true, enableAnalytics: true, embedSubs: true, - embedThumbnail: true, + embedThumbnail: false, embedMetadata: true, embedChapters: true }