mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
sort the "all" nodes by title
This commit is contained in:
parent
c2c5743611
commit
552a9a30bd
1 changed files with 1 additions and 0 deletions
|
@ -1075,6 +1075,7 @@ class WriteKodiDB():
|
|||
SubElement(root, "match").text = "all"
|
||||
SubElement(root, "content").text = type
|
||||
SubElement(root, "icon").text = "DefaultMovies.png"
|
||||
SubElement(root, "order", {"direction":"ascending"}).text = "sorttitle"
|
||||
Rule = SubElement(root, "rule", {"field":"tag","operator":"is"})
|
||||
SubElement(Rule, "value").text = tagname
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue