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