From 0100aa42467bb3523239b1f3c7c29d5939219e6e Mon Sep 17 00:00:00 2001 From: blacktwin Date: Thu, 12 Mar 2020 15:50:34 -0400 Subject: [PATCH] add label and collection to jbop selections --- fun/playlist_manager.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fun/playlist_manager.py b/fun/playlist_manager.py index d09d14b..53c5929 100644 --- a/fun/playlist_manager.py +++ b/fun/playlist_manager.py @@ -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