Fix label for video nodes

This commit is contained in:
angelblue05 2016-02-22 20:42:23 -06:00
parent e2ca6227c2
commit 9670e87049
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ class VideoNodes(object):
# Root
if not mediatype == "photos":
if viewtype == "mixed":
root = self.commonRoot(order=0, label=dirname, tagname=tagname, roottype=0)
specialtag = "%s - %s" % (tagname, mediatype)
root = self.commonRoot(order=0, label=specialtag, tagname=tagname, roottype=0)
else:
root = self.commonRoot(order=0, label=tagname, tagname=tagname, roottype=0)
try: