mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-26 10:00:33 +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
|
@ -512,7 +512,7 @@ class FullSync(object):
|
|||
|
||||
def refresh_boxsets(self, library):
|
||||
|
||||
''' Delete all exisitng boxsets and re-add.
|
||||
''' Delete all existing boxsets and re-add.
|
||||
'''
|
||||
with self.video_database_locks() as (videodb, jellyfindb):
|
||||
obj = Movies(self.server, jellyfindb, videodb, self.direct_path, library)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue