Version bump 3.1.10

This commit is contained in:
angelblue05 2018-09-10 04:38:37 -05:00
parent 4670cb426a
commit 16c8571f07
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.emby"
name="Emby"
version="3.1.09a"
version="3.1.10a"
provider-name="angelblue05">
<requires>
<import addon="xbmc.python" version="2.25.0"/>

View File

@ -678,7 +678,6 @@ class Views(object):
index += 1
window('Emby.nodes.total', str(index))
LOG.info(windex)
window('Emby.wnodes.total', str(windex))
def window_node(self, index, view, node=None, node_label=None):