From 17abbd3e3ecbe56699aabd795d91cfcf4432a5c8 Mon Sep 17 00:00:00 2001 From: Mushrrom Date: Sat, 9 Sep 2023 12:22:41 +1000 Subject: LastFM: Add setting for using name + artist as activity name (#1713) 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 400fcaa..424c9aa 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -366,6 +366,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ RuukuLada: { name: "RuukuLada", id: 119705748346241027n, + }, + blahajZip: { + name: "blahaj.zip", + id: 683954422241427471n, } } satisfies Record); -- cgit