aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.rs')
-rw-r--r--src/actions.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions.rs b/src/actions.rs
index 0d32d46..fb0d9e6 100644
--- a/src/actions.rs
+++ b/src/actions.rs
@@ -27,6 +27,7 @@ pub fn list_episodes(state: &State, search: &str) {
}
pub fn update_rss(state: &State) {
+ println!("Updating RSS feeds...");
state.subscriptions().par_iter().for_each(|ref sub| {
let mut path = get_podcast_dir();
path.push(".rss");