Merge pull request #15706 from grafana/15656-playlists-with-tags-rebased

wip: Fix playlists "by tags"
This commit is contained in:
Torkel Ödegaard
2019-03-04 09:00:28 +00:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ type Hit struct {
Title string `json:"title"`
Uri string `json:"uri"`
Url string `json:"url"`
Slug string `json:"slug"`
Type HitType `json:"type"`
Tags []string `json:"tags"`
IsStarred bool `json:"isStarred"`