Fixed search breaking due missing restrictions, added restrictions to API calls.

This commit is contained in:
2026-02-04 06:37:41 +01:00
parent 6c8fce49d6
commit a1e080c20d
9 changed files with 22 additions and 15 deletions

View File

@@ -65,7 +65,7 @@ function curateMovie(rawMovie, assets, context = {}) {
};
}
export async function fetchMoviesById(movieIds, reqUser, context) {
export async function fetchMoviesById(movieIds, reqUser, context = {}) {
const {
movies,
channels,