fix: parsing audiobook type in European Portuguese

This commit is contained in:
ThetaDev 2024-06-27 03:14:58 +02:00
parent f81d93e520
commit b3a0d7af93
3 changed files with 6 additions and 6 deletions

View file

@ -5418,16 +5418,16 @@ pub(crate) fn entry(lang: Language) -> Entry {
],
},
album_types: ::phf::Map {
key: 12913932095322966823,
key: 15467950696543387533,
disps: &[
(1, 0),
(2, 0),
],
entries: &[
("álbum", AlbumType::Album),
("single", AlbumType::Single),
("ep", AlbumType::Ep),
("single", AlbumType::Single),
("programa", AlbumType::Show),
("livro áudio", AlbumType::Audiobook),
("audiolivro", AlbumType::Audiobook),
],
},
},