diff --git a/providers/Deezer/api_types.ts b/providers/Deezer/api_types.ts index 2b259109..4d6b1b41 100644 --- a/providers/Deezer/api_types.ts +++ b/providers/Deezer/api_types.ts @@ -82,7 +82,7 @@ export type Release = MinimalRelease & { /** The number of album's Fans */ fans: number; rating: number; // missing from https://developers.deezer.com/api/album - /** The record type of the album (EP / ALBUM / COMPILE etc..) */ + /** The record type of the album (ep / album / compile etc..) */ record_type: string; available: boolean; /** Whether the album contains explicit lyrics */ diff --git a/providers/Deezer/mod.ts b/providers/Deezer/mod.ts index 93ef3987..015886ec 100644 --- a/providers/Deezer/mod.ts +++ b/providers/Deezer/mod.ts @@ -289,7 +289,7 @@ export class DeezerReleaseLookup extends ReleaseApiLookup