fix(playlist): move dashboard uri cration to Backend

This commit is contained in:
bergquist
2016-01-08 16:13:49 +01:00
parent 22c001c8a6
commit 0918063c55
4 changed files with 23 additions and 4 deletions
+1
View File
@@ -105,6 +105,7 @@ func GetPlaylistDashboards(query *m.GetPlaylistDashboardsQuery) error {
var playlist = m.Playlist{}
hasPlaylist, err := x.Id(query.Id).Get(&playlist)
query.Result = &dashboards
if err != nil {