aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorNathan Jaremko2017-07-26 16:47:13 -0400
committerNathan Jaremko2017-07-26 16:47:13 -0400
commit4ff4a4e802595f2fac1175c6cb62bb49c6ffda64 (patch)
treebd5f826e1f01c99c474c6e48ac667780e5e42f3d /src/main.rs
parentcd7b8cb559199c609331b5851076f5a0ed9e1d54 (diff)
downloadpodcast-4ff4a4e802595f2fac1175c6cb62bb49c6ffda64.tar.bz2
Transfer all work from chromebook
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
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),
}
}