fix: update playlist changes in local store

Move playlist change logic out of the library while we're at it and notify
the library of changes instead.

fixes #302
This commit is contained in:
Henrik Friedrichsen
2020-10-25 00:09:23 +02:00
parent 6587efdfd2
commit 5fb4eb7af2
6 changed files with 85 additions and 52 deletions

View File

@@ -17,7 +17,6 @@ extern crate tokio_timer;
extern crate unicode_width;
extern crate webbrowser;
#[macro_use]
extern crate serde;
extern crate serde_json;