lastfm: Add setting for artist name and song title only (#1726)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Archer 2023-09-12 17:11:25 -04:00 committed by GitHub
parent dd23f9802c
commit a95311ef2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View file

@ -370,6 +370,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
blahajZip: {
name: "blahaj.zip",
id: 683954422241427471n,
},
archeruwu: {
name: "archer_uwu",
id: 160068695383736320n
}
} satisfies Record<string, Dev>);