Cherrypick listenbrainz #52
2 changed files with 2 additions and 2 deletions
|
@ -268,7 +268,7 @@ export const packedUserDetailedNotMeOnlySchema = {
|
||||||
nullable: true, optional: false,
|
nullable: true, optional: false,
|
||||||
example: '2018-03-12',
|
example: '2018-03-12',
|
||||||
},
|
},
|
||||||
ListenBrainz: {
|
listenbrainz: {
|
||||||
type: "string",
|
type: "string",
|
||||||
nullable: true,
|
nullable: true,
|
||||||
optional: false,
|
optional: false,
|
||||||
|
|
|
@ -3901,7 +3901,7 @@ export type components = {
|
||||||
/** @example 2018-03-12 */
|
/** @example 2018-03-12 */
|
||||||
birthday: string | null;
|
birthday: string | null;
|
||||||
/** @example Steve */
|
/** @example Steve */
|
||||||
ListenBrainz: string | null;
|
listenbrainz: string | null;
|
||||||
/** @example ja-JP */
|
/** @example ja-JP */
|
||||||
lang: string | null;
|
lang: string | null;
|
||||||
fields: {
|
fields: {
|
||||||
|
|
Loading…
Reference in a new issue