Cherrypick listenbrainz #52

Open
leah wants to merge 13 commits from cherrypick/listenbrainz into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d56abc802a - Show all commits

View file

@ -268,7 +268,7 @@ export const packedUserDetailedNotMeOnlySchema = {
nullable: true, optional: false,
example: '2018-03-12',
},
ListenBrainz: {
listenbrainz: {
type: "string",
nullable: true,
optional: false,

View file

@ -3901,7 +3901,7 @@ export type components = {
/** @example 2018-03-12 */
birthday: string | null;
/** @example Steve */
ListenBrainz: string | null;
listenbrainz: string | null;
/** @example ja-JP */
lang: string | null;
fields: {