Refactor: separate Spotify API from player logic

The separation is not perfect yet, but it's a start and makes the entire codebase much easier to read.
This commit is contained in:
Henrik Friedrichsen
2021-08-23 22:15:54 +02:00
parent 3b0586b46a
commit faad362f55
15 changed files with 583 additions and 486 deletions

View File

@@ -34,6 +34,7 @@ mod serialization;
mod sharing;
mod show;
mod spotify;
mod spotify_api;
mod spotify_url;
mod spotify_worker;
mod theme;