This commit is contained in:
Phillip Kühne 2022-09-24 02:22:25 +02:00
parent 7d8ae1167e
commit b69e771b75
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -11,6 +11,6 @@ export class Genre {
}
id: number;
id: number;
_name: string;
}