fix: parsing audiobook type in European Portuguese

This commit is contained in:
ThetaDev 2024-06-27 03:14:58 +02:00
parent 85751b35ed
commit 041ce2d08f
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
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),
],
},
},