fix videonodes and playlists

This commit is contained in:
marcelveldt 2016-01-18 20:17:14 +01:00
parent 3421bf88e1
commit 58533e1c44
4 changed files with 17 additions and 6 deletions

View file

@ -163,6 +163,13 @@ class VideoNodes(object):
'8': 30255,
'11': 30254
},
'musicvideos':
{
'1': tagname,
'2': 30256,
'4': 30257,
'6': 30258
},
}
nodes = mediatypes[mediatype]