feat: add artist_id field for albums

This commit is contained in:
ThetaDev 2022-12-06 11:20:24 +01:00
parent 9e4787f501
commit 0453a928bc
16 changed files with 260 additions and 1038 deletions

View file

@ -8,6 +8,7 @@ MusicAlbum(
name: "13 Reasons Why (Season 3)",
cover: "[cover]",
artists: [],
artist_id: None,
description: None,
album_type: Album,
year: Some(2019),