diff options
Diffstat (limited to 'src/structs.rs')
| -rw-r--r-- | src/structs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs.rs b/src/structs.rs index 0fde2b3..9b921ee 100644 --- a/src/structs.rs +++ b/src/structs.rs @@ -228,7 +228,7 @@ impl Podcast { } pub fn download(&self) -> Result<()> { - print!("You are about to download all episodes (y/n): "); + print!("You are about to download all episodes of {} (y/n): ", self.title()); io::stdout().flush().ok(); let mut input = String::new(); io::stdin() |
