This commit is contained in:
Jordan Petridis 2017-12-07 08:42:36 +02:00
parent d7af108833
commit 9431fb827f
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -108,8 +108,8 @@ fn on_unsub_button_clicked(stack: &gtk::Stack, pd: &Podcast, unsub_button: &gtk:
}
};
}
content::show_podcasts(stack);
content::update_podcasts(stack);
content::show_podcasts(stack);
}
fn on_played_button_clicked(stack: &gtk::Stack, pd: &Podcast) {