Restore albumartist_sort for paper plague
Some checks failed
Cargo CI / Build and Test (pull_request) Successful in 1m2s
Cargo CI / Lint (pull_request) Failing after 43s

This commit is contained in:
Wojciech Kozlowski 2024-01-21 15:12:56 +01:00
parent 7348e0d04e
commit da7926ba61
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,