Include live albums in artist views

This commit is contained in:
Rafael Moraes
2026-02-23 23:07:09 -03:00
parent fbe0167f0e
commit 31d07172a6
+1 -1
View File
@@ -298,7 +298,7 @@ class AppleMusicApi:
self,
artist_id: str,
include: str = "albums,music-videos",
views: str = "full-albums,compilation-albums,singles,top-songs",
views: str = "full-albums,compilation-albums,live-albums,singles,top-songs",
limit: int = 100,
) -> dict | None:
artist = await self._amp_request(