Ignore bootleg release groups #247

Merged
wojtek merged 10 commits from 239---ignore-bootleg-release-groups into main 2025-01-03 21:00:22 +01:00
Showing only changes of commit dce402cee0 - Show all commits

View File

@ -163,7 +163,7 @@ impl<'a, 'b> AlbumState<'a, 'b> {
"Title: {}\n\
Date: {}\n\
Type: {}\n\
Status: {}",
Ownership: {}",
album.map(|a| a.meta.id.title.as_str()).unwrap_or(""),
album
.map(|a| UiDisplay::display_date(&a.meta.date, &a.meta.seq))