From a95311ef2cb4f22bd554de97a7b635b3e9d4de06 Mon Sep 17 00:00:00 2001 From: Archer Date: Tue, 12 Sep 2023 17:11:25 -0400 Subject: lastfm: Add setting for artist name and song title only (#1726) Co-authored-by: V --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 424c9aa..cd6a7a2 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -370,6 +370,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ blahajZip: { name: "blahaj.zip", id: 683954422241427471n, + }, + archeruwu: { + name: "archer_uwu", + id: 160068695383736320n } } satisfies Record); -- cgit