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:
parent
a420bbc382
commit
27608114f5
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ class VideoNodes(object):
|
||||||
|
|
||||||
elif nodetype == "sets":
|
elif nodetype == "sets":
|
||||||
etree.SubElement(root, 'order', {'direction': "ascending"}).text = "sorttitle"
|
etree.SubElement(root, 'order', {'direction': "ascending"}).text = "sorttitle"
|
||||||
etree.SubElement(root, 'group').text = "sets"
|
etree.SubElement(root, 'group').text = "tags"
|
||||||
|
|
||||||
elif nodetype == "random":
|
elif nodetype == "random":
|
||||||
etree.SubElement(root, 'order', {'direction': "ascending"}).text = "random"
|
etree.SubElement(root, 'order', {'direction': "ascending"}).text = "random"
|
||||||
|
|
Loading…
Add table
Reference in a new issue