Fix open cursor

This commit is contained in:
angelblue05 2016-03-09 17:06:42 -06:00
parent a5d74c8a17
commit 9ab82905cb
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ if __name__ == '__main__':
embycursor = embyconn.cursor()
emby_db = embydb.Embydb_Functions(embycursor)
item = emby_db.getItem_byKodiId(itemid, itemtype)
embycursor.close()
if item: embyid = item[0]
logMsg("Contextmenu opened for embyid: %s - itemtype: %s" %(embyid,itemtype))