feat(lidarr): LookupArtistByMBID, LookupAlbumByMBID, DeleteAlbum

This commit is contained in:
2026-04-30 16:57:14 -04:00
parent 71a9bd8dee
commit f2cdd23fd5
7 changed files with 340 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[
{
"id": 42,
"foreignAlbumId": "3a2c2c8c-7e6f-4f8a-b1d2-9a8b6c4e3f1d",
"title": "Music Has The Right To Children",
"artistId": 7
}
]
+7
View File
@@ -0,0 +1,7 @@
[
{
"id": 7,
"foreignArtistId": "069b64b6-7884-4f6a-94cc-e4c1d6c87a01",
"artistName": "Boards of Canada"
}
]