From f90349d6a849b0d1e8f923dee37bd108158edc6e Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sun, 19 Jun 2016 17:23:46 -0500 Subject: [PATCH] Fix typo --- resources/lib/itemtypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/itemtypes.py b/resources/lib/itemtypes.py index 0bf87c69..d433d65b 100644 --- a/resources/lib/itemtypes.py +++ b/resources/lib/itemtypes.py @@ -218,7 +218,7 @@ class Items(object): "You may need to verify your network credentials in the " "add-on settings or use the Emby path substitution " "to format your path correctly (Emby dashboard > library). " - "Stop syncing?" % playurl)) + "Stop syncing?" % path)) if resp: window('emby_shouldStop', value="true") return False