Fix typos

Found via `codespell -S resources`
This commit is contained in:
Kian-Meng Ang 2022-11-14 09:14:06 +08:00
parent 7b1768f654
commit 1f48b62a93
6 changed files with 13 additions and 13 deletions

View file

@ -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)