diff --git a/resources/lib/entrypoint.py b/resources/lib/entrypoint.py index f20b1a5f..d7903871 100644 --- a/resources/lib/entrypoint.py +++ b/resources/lib/entrypoint.py @@ -255,6 +255,9 @@ def deleteItem(): ##### ADD ADDITIONAL USERS ##### def addUser(): + if window('emby_online') != "true": + return + doUtils = downloadutils.DownloadUtils() art = artwork.Artwork() clientInfo = clientinfo.ClientInfo()