This commit is contained in:
angelblue05 2016-06-19 17:23:46 -05:00
parent a8fd73740c
commit f90349d6a8
1 changed files with 1 additions and 1 deletions

View File

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