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

@@ -23,6 +23,7 @@ serde = "1.0"
serde_derive = "1.0"
toml = "0.4"
tokio-core = "0.1"
tokio-timer = "0.2"
unicode-width = "0.1.5"
[dependencies.librespot]