diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/main.rs b/src/main.rs index 338c7b2..64f03ac 100644 --- a/src/main.rs +++ b/src/main.rs @@ -103,7 +103,7 @@ fn main() {          Some("list") => {              let list_matches = matches.subcommand_matches("list").unwrap();              match list_matches.value_of("PODCAST") { -                Some(regex) => list_episodes(&state, regex), +                Some(regex) => list_episodes(regex),                  None => list_subscriptions(&state),              }          } | 
