Plex Collections available under Movies-Collections

- Tags are used (one movie may have several) instead of Kodi sets (only
1 set per movie possible)
This commit is contained in:
tomkat83 2016-04-11 09:49:02 +02:00
parent a420bbc382
commit 27608114f5
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ class VideoNodes(object):
elif nodetype == "sets":
etree.SubElement(root, 'order', {'direction': "ascending"}).text = "sorttitle"
etree.SubElement(root, 'group').text = "sets"
etree.SubElement(root, 'group').text = "tags"
elif nodetype == "random":
etree.SubElement(root, 'order', {'direction': "ascending"}).text = "random"