feat: multilanguage album type parsing
- new album types: Audiobook, Show
This commit is contained in:
parent
abfd630a04
commit
45e2d3c7c7
15 changed files with 2354 additions and 32 deletions
|
|
@ -9,7 +9,7 @@ MusicAlbum(
|
|||
cover: "[cover]",
|
||||
artists: [],
|
||||
artists_txt: "George Orwell & Dirk Jacobs",
|
||||
album_type: Album,
|
||||
album_type: Audiobook,
|
||||
year: Some(2022),
|
||||
by_va: false,
|
||||
tracks: [
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ MusicAlbum(
|
|||
),
|
||||
],
|
||||
artists_txt: "Kingdom Force",
|
||||
album_type: Album,
|
||||
album_type: Show,
|
||||
year: Some(2022),
|
||||
by_va: false,
|
||||
tracks: [
|
||||
|
|
|
|||
Reference in a new issue