Playlists: Migrate to UIDs and load dashboards in the frontend (#54125)

This commit is contained in:
Ryan McKinley
2022-09-05 20:40:01 -07:00
committed by GitHub
parent 3ea9ece16e
commit ac93cf1db2
29 changed files with 469 additions and 470 deletions

View File

@@ -66,6 +66,7 @@ func (hs *HTTPServer) populateDashboardsByTag(ctx context.Context, orgID int64,
return result
}
// Deprecated -- the frontend can do this better
func (hs *HTTPServer) LoadPlaylistDashboards(ctx context.Context, orgID int64, signedInUser *user.SignedInUser, playlistUID string) (dtos.PlaylistDashboardsSlice, error) {
playlistItems, _ := hs.LoadPlaylistItems(ctx, playlistUID, orgID)