add label and collection to jbop selections

This commit is contained in:
blacktwin 2020-03-12 15:50:34 -04:00
parent 7e47ee66e4
commit 0100aa4246

View File

@ -196,7 +196,9 @@ def selectors():
'popularTv': 'Most Popular TV Shows ({days} days)',
'popularMovies': 'Most Popular Movies ({days} days)',
'custom': '{custom} Playlist',
'random': '{count} Random {libraries} Playlist'
'random': '{count} Random {libraries} Playlist',
'label': '{custom}',
'collection': '{custom}'
}
return selections