mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 18:20:31 -05:00
fix: rss genres
This commit is contained in:
@@ -78,7 +78,7 @@ class RssController extends Controller
|
||||
'resolutions' => 'sometimes|array|max:999',
|
||||
'resolutions.*' => 'sometimes|exists:resolutions,id',
|
||||
'genres' => 'sometimes|array|max:999',
|
||||
'genres.*' => 'sometimes|exists:genres,id',
|
||||
'genres.*' => 'sometimes|exists:tmdb_genres,id',
|
||||
'position' => 'sometimes|integer|max:9999',
|
||||
]);
|
||||
|
||||
@@ -248,7 +248,7 @@ class RssController extends Controller
|
||||
'resolutions' => 'sometimes|array|max:999',
|
||||
'resolutions.*' => 'sometimes|exists:resolutions,id',
|
||||
'genres' => 'sometimes|array|max:999',
|
||||
'genres.*' => 'sometimes|exists:genres,id',
|
||||
'genres.*' => 'sometimes|exists:tmdb_genres,id',
|
||||
'position' => 'sometimes|integer|max:9999',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user