fix(settings): disable embed thumbnail by default (#99)
This commit is contained in:
@@ -298,7 +298,7 @@ export const defaultSettings: AppSettings = {
|
||||
subscriptionOnlyLatestDefault: true,
|
||||
enableAnalytics: true,
|
||||
embedSubs: true,
|
||||
embedThumbnail: true,
|
||||
embedThumbnail: false,
|
||||
embedMetadata: true,
|
||||
embedChapters: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user