aboutsummaryrefslogtreecommitdiffstats
path: root/src/structs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.rs')
-rw-r--r--src/structs.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structs.rs b/src/structs.rs
index c304832..2546139 100644
--- a/src/structs.rs
+++ b/src/structs.rs
@@ -5,6 +5,7 @@ use std::collections::BTreeSet;
use std::fs::{DirBuilder, File};
use std::io::{self, Read, Write};
use utils::*;
+use actions::*;
#[derive(Serialize, Deserialize, Clone)]
pub struct Subscription {
@@ -44,6 +45,7 @@ impl State {
Err(err) => println!("{}", err),
_ => (),
}
+ update_rss(self.clone());
}
pub fn subscriptions(&self) -> Vec<Subscription> {