From 534dfe4aeb74832184c52b38e89519eb4c62ed94 Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Fri, 23 Nov 2018 15:45:21 -0500 Subject: [PATCH] fix selection to title mistake --- fun/playlist_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fun/playlist_manager.py b/fun/playlist_manager.py index 4d25381..f229619 100644 --- a/fun/playlist_manager.py +++ b/fun/playlist_manager.py @@ -135,8 +135,8 @@ def selectors(): """Playlist selections and titles """ selections = {'history': 'Aired Today {month}-{day}', - 'popularTv': 'Most Popular Movies ({days} days)', - 'popularMovies': 'Most Popular TV Shows ({days} days)', + 'popularTv': 'Most Popular TV Shows ({days} days)', + 'popularMovies': 'Most Popular Movies ({days} days)', 'genre': '{title} Playlist', 'random': '{count} Random Playlist', 'studio': 'Studio: {title} Playlist',