Restore albumartist_sort for paper plague

This commit is contained in:
Wojciech Kozlowski 2024-01-21 15:12:56 +01:00
parent fe530989f0
commit da063a4700
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -479,7 +479,7 @@ pub static LIBRARY_ITEMS: Lazy<Vec<Item>> = Lazy::new(|| -> Vec<Item> {
},
Item {
album_artist: String::from("Heavens Basement"),
album_artist_sort: Some(String::from("Heavens Basement")),
album_artist_sort: None,
album_year: 2011,
album_title: String::from("Paper Plague"),
track_number: 0,