mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add group graphql interfaces (#5017)
* Deprecate movie and add group interfaces * UI changes
This commit is contained in:
@@ -44,6 +44,7 @@ const RecommendationRow: React.FC<IFilter> = ({ mode, filter, header }) => {
|
||||
/>
|
||||
);
|
||||
case GQL.FilterMode.Movies:
|
||||
case GQL.FilterMode.Groups:
|
||||
return (
|
||||
<GroupRecommendationRow
|
||||
isTouch={isTouch}
|
||||
|
||||
Reference in New Issue
Block a user