From b4af3e847b6d6908e1c224fc1888ffe11c2ed8ed Mon Sep 17 00:00:00 2001 From: ConfiG Date: Fri, 27 Sep 2024 23:35:54 +0300 Subject: [PATCH] change client name option label --- src/plugins/lastfm/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lastfm/index.tsx b/src/plugins/lastfm/index.tsx index cbf0875cb..87f09543c 100644 --- a/src/plugins/lastfm/index.tsx +++ b/src/plugins/lastfm/index.tsx @@ -174,7 +174,7 @@ const settings = definePluginSettings({ value: NameFormat.AlbumName }, { - label: "Use client name (either the streaming service or the music player, falls back to custom status text if song has no album)", + label: "Use streaming service or music player name (falls back to custom status text if no client info is available)", value: NameFormat.ClientName } ],