diff --git a/src/types.ts b/src/types.ts index 73634de..8f57948 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1244,6 +1244,9 @@ export type LastFMUserGetRecentTracksResponse = Readonly<{ uts: string; '#text': string; }; + '@attr'?: { + nowplaying: "true" + }; }>; '@attr': { user: string;