Skip to content

Commit

Permalink
Update scenes.go
Browse files Browse the repository at this point in the history
removed duped attrib
  • Loading branch information
theRealKLH authored Sep 20, 2023
1 parent 7b0ab28 commit 8b618e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/api/scenes.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ func (i SceneResource) getFilters(req *restful.Request, resp *restful.Response)
outAttributes = append(outAttributes, "In Trailer List")
outAttributes = append(outAttributes, "Has Preview")
outAttributes = append(outAttributes, "Has Subscription")
outAttributes = append(outAttributes, "Has Preview")
outAttributes = append(outAttributes, "Rating 0")
outAttributes = append(outAttributes, "Rating .5")
outAttributes = append(outAttributes, "Rating 1")
Expand Down

0 comments on commit 8b618e8

Please sign in to comment.