mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-13 19:56:14 +00:00
Fix typos
Found via `codespell -S resources`
This commit is contained in:
parent
7b1768f654
commit
1f48b62a93
6 changed files with 13 additions and 13 deletions
|
@ -274,7 +274,7 @@ def _get_items(query, server_id=None):
|
|||
|
||||
items['Items'].extend(result['Items'])
|
||||
# Using items to return data and communicate a restore point back to the callee is
|
||||
# a violation of the SRP. TODO: Seperate responsibilities.
|
||||
# a violation of the SRP. TODO: Separate responsibilities.
|
||||
items['RestorePoint'] = query
|
||||
yield items
|
||||
del items['Items'][:]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue