dont log content update errors yet

This commit is contained in:
Shaun
2017-12-16 13:39:18 +11:00
parent 03a2026732
commit 64ca5cf3dc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.embycon"
name="EmbyCon"
version="1.4.3"
version="1.4.4"
provider-name="Team B">
<requires>
<import addon="xbmc.python" version="2.24.0"/>

View File

@@ -19,7 +19,7 @@ downloadUtils = DownloadUtils()
dataManager = DataManager()
kodi_version = int(xbmc.getInfoLabel('System.BuildVersion')[:2])
@catch_except()
def checkForNewContent():
log.debug("checkForNewContent Called")