diff --git a/src/main.rs b/src/main.rs index fb65ba4..a1a9b7a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -118,6 +118,8 @@ fn list_albums( (_, None) => continue, // skip when the media item doesn't match the filter (Some(title_filter), Some(title)) if !title_filter.is_match(&title) => continue, + // handle everything else + _ => {} } println!( "album: {} {} ({} items)",