mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-09 02:12:04 +00:00
Fix spelling
This commit is contained in:
parent
308daec219
commit
ae543f86f0
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class FullSync(object):
|
|||
elif not selection:
|
||||
LOG.info("Nothing was selected.")
|
||||
|
||||
raise LibrarySyncLaterException("No libraries where selected, sync later.")
|
||||
raise LibrarySyncLaterException("No libraries were selected, sync later.")
|
||||
|
||||
if 0 in selection:
|
||||
selection = list(range(1, len(libraries) + 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue