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 2ab284c..a001ad4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -105,7 +105,7 @@ fn main() {              let play_matches = matches.subcommand_matches("play").unwrap();              let podcast = play_matches.value_of("PODCAST").unwrap();              let episode = play_matches.value_of("EPISODE").unwrap(); -            stream_episode(state, podcast, episode); +            play_episode(state, podcast, episode);          }          Some("subscribe") => {              state.subscribe( | 
