Version bump 3.1.17

This commit is contained in:
angelblue05 2018-09-15 21:02:42 -05:00
parent ba9289641a
commit 396b6c4608
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.16a"
version="3.1.17a"
provider-name="angelblue05">
<requires>
<import addon="xbmc.python" version="2.25.0"/>

View File

@ -121,7 +121,6 @@ def library_check():
ancestors = self.server['api'].get_ancestors(item['Id'])
if not ancestors:
return
for ancestor in ancestors: