Own YAML Converter and update note won't override user data anymore

This commit is contained in:
mProjectsCode 2022-05-31 22:26:45 +02:00
parent 5916ed66eb
commit 0298270b03
14 changed files with 129 additions and 38 deletions

View file

@ -17,7 +17,9 @@ export class MusicReleaseModel extends MediaTypeModel {
artists: string[];
rating: number;
personalRating: number;
userData: {
personalRating: number;
};
constructor(obj: any = {}) {
super();