Revert back to using an Arc<Mutex<Connection>> instead of the pool.
This commit is contained in:
@@ -44,7 +44,6 @@ pub fn refresh_feed(stack: >k::Stack, source: Option<Vec<Source>>, delay: Opti
|
||||
|
||||
if let Ok(mut x) = feeds {
|
||||
feed::index(&mut x);
|
||||
info!("Indexing done.");
|
||||
|
||||
sender.send(true).expect("Couldn't send data to channel");;
|
||||
glib::idle_add(refresh_podcasts_view);
|
||||
|
||||
Reference in New Issue
Block a user