Fix
All checks were successful
Cargo CI / Build and Test (pull_request) Successful in 2m3s
Cargo CI / Lint (pull_request) Successful in 1m8s

This commit is contained in:
Wojciech Kozlowski 2025-01-03 18:31:47 +01:00
parent 19a3d450c1
commit dce402cee0

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))