Cherrypick listenbrainz #52
2 changed files with 2 additions and 2 deletions
|
@ -268,7 +268,7 @@ export const packedUserDetailedNotMeOnlySchema = {
|
|||
nullable: true, optional: false,
|
||||
example: '2018-03-12',
|
||||
},
|
||||
ListenBrainz: {
|
||||
listenbrainz: {
|
||||
type: "string",
|
||||
nullable: true,
|
||||
optional: false,
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue