Skip to content

Commit 3edf23f

Browse files
Update app/services/manifest.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 5e47066 commit 3edf23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async def _ensure_library_and_profiles_cached(
128128
return await self.cache_library_and_profiles(bundle, auth_key, user_settings, token)
129129

130130
async def _build_dynamic_catalogs(
131-
self, bundle: StremioBundle, auth_key: str, user_settings: UserSettings, token: str
131+
self, bundle: StremioBundle, auth_key: str, user_settings: UserSettings | None, token: str
132132
) -> list[dict[str, Any]]:
133133
"""Build dynamic catalogs for the manifest."""
134134
# Ensure library and profiles are cached

0 commit comments

Comments
 (0)