Added playlist controls to new react DashNav

This commit is contained in:
Torkel Ödegaard
2019-02-04 21:08:30 +01:00
parent d978a66ef6
commit 70974c01f2
6 changed files with 55 additions and 30 deletions

View File

@@ -5,6 +5,7 @@ type PlaylistDashboard struct {
Slug string `json:"slug"`
Title string `json:"title"`
Uri string `json:"uri"`
Url string `json:"url"`
Order int `json:"order"`
}