Add support for open.spotify.com links (#392)

* No longer necessary

* Add support for open.spotify.com links

* Reuse struct for insert command

* Formatting
This commit is contained in:
André Andersson
2021-01-17 20:12:07 +01:00
committed by GitHub
parent 206a7d88a5
commit ed0c62a888
5 changed files with 181 additions and 37 deletions

View File

@@ -65,6 +65,7 @@ mod queue;
mod sharing;
mod show;
mod spotify;
mod spotify_url;
mod theme;
mod track;
mod traits;