plugins(statsFM): correct default values

This commit is contained in:
Cortex 2025-01-06 05:28:45 -06:00
parent b0370e112f
commit 7263093502

View file

@ -152,12 +152,12 @@ const settings = definePluginSettings({
hideWithSpotify: { hideWithSpotify: {
description: "hide stats.fm presence if spotify is running", description: "hide stats.fm presence if spotify is running",
type: OptionType.BOOLEAN, type: OptionType.BOOLEAN,
default: true, default: false,
}, },
statusName: { statusName: {
description: "custom status text", description: "custom status text",
type: OptionType.STRING, type: OptionType.STRING,
default: "some music", default: "Stats.fm",
}, },
nameFormat: { nameFormat: {
description: "Show name of song and artist in status name", description: "Show name of song and artist in status name",
@ -193,7 +193,7 @@ const settings = definePluginSettings({
useListeningStatus: { useListeningStatus: {
description: 'show "Listening to" status instead of "Playing"', description: 'show "Listening to" status instead of "Playing"',
type: OptionType.BOOLEAN, type: OptionType.BOOLEAN,
default: false, default: true,
}, },
missingArt: { missingArt: {
description: "When albums or albums art is missing", description: "When albums or albums art is missing",