From 8b618e8c22c6c7521b17ccc6bad25c0576d54851 Mon Sep 17 00:00:00 2001 From: theRealKLH <65736720+theRealKLH@users.noreply.github.com> Date: Wed, 20 Sep 2023 00:34:25 -0400 Subject: [PATCH] Update scenes.go removed duped attrib --- pkg/api/scenes.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/api/scenes.go b/pkg/api/scenes.go index 04baf8301..54c3f3103 100644 --- a/pkg/api/scenes.go +++ b/pkg/api/scenes.go @@ -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")