fix(playlist): move dashboard uri cration to Backend
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user