Restore albumartist_sort for paper plague
This commit is contained in:
parent
7348e0d04e
commit
da7926ba61
Binary file not shown.
@ -479,7 +479,7 @@ pub static LIBRARY_ITEMS: Lazy<Vec<Item>> = Lazy::new(|| -> Vec<Item> {
|
||||
},
|
||||
Item {
|
||||
album_artist: String::from("Heaven’s Basement"),
|
||||
album_artist_sort: Some(String::from("Heaven’s Basement")),
|
||||
album_artist_sort: None,
|
||||
album_year: 2011,
|
||||
album_title: String::from("Paper Plague"),
|
||||
track_number: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user