mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix typo
This commit is contained in:
parent
a8fd73740c
commit
f90349d6a8
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class Items(object):
|
||||||
"You may need to verify your network credentials in the "
|
"You may need to verify your network credentials in the "
|
||||||
"add-on settings or use the Emby path substitution "
|
"add-on settings or use the Emby path substitution "
|
||||||
"to format your path correctly (Emby dashboard > library). "
|
"to format your path correctly (Emby dashboard > library). "
|
||||||
"Stop syncing?" % playurl))
|
"Stop syncing?" % path))
|
||||||
if resp:
|
if resp:
|
||||||
window('emby_shouldStop', value="true")
|
window('emby_shouldStop', value="true")
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in a new issue