This commit is contained in:
2022-09-24 02:22:25 +02:00
parent 7d8ae1167e
commit b69e771b75

View File

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