mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix root label for mixed content
This commit is contained in:
parent
3207f5a2c1
commit
e2ca6227c2
1 changed files with 4 additions and 1 deletions
|
@ -103,6 +103,9 @@ class VideoNodes(object):
|
||||||
|
|
||||||
# Root
|
# Root
|
||||||
if not mediatype == "photos":
|
if not mediatype == "photos":
|
||||||
|
if viewtype == "mixed":
|
||||||
|
root = self.commonRoot(order=0, label=dirname, tagname=tagname, roottype=0)
|
||||||
|
else:
|
||||||
root = self.commonRoot(order=0, label=tagname, tagname=tagname, roottype=0)
|
root = self.commonRoot(order=0, label=tagname, tagname=tagname, roottype=0)
|
||||||
try:
|
try:
|
||||||
utils.indent(root)
|
utils.indent(root)
|
||||||
|
|
Loading…
Reference in a new issue