Update codespell ignore list (#118018)

This commit is contained in:
Marc Mueller 2024-05-24 10:24:34 +02:00 committed by GitHub
parent 3b4b36a9fd
commit 905adb2431
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 54 additions and 41 deletions

View file

@ -396,7 +396,7 @@ class JellyfinSource(MediaSource):
k.get(ITEM_KEY_NAME),
),
)
return [await self._build_series(serie, False) for serie in series]
return [await self._build_series(s, False) for s in series]
async def _build_series(
self, series: dict[str, Any], include_children: bool