trigger redraw every 400ms while playing to keep statusbar in sync

This commit is contained in:
Henrik Friedrichsen
2019-03-11 01:07:21 +01:00
parent 805039032b
commit cf31b2204a
3 changed files with 34 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ extern crate futures;
extern crate librespot;
extern crate rspotify;
extern crate tokio_core;
extern crate tokio_timer;
extern crate unicode_width;
#[macro_use]