Update aired_today_playlist.py

This commit is contained in:
blacktwin 2017-10-06 22:52:39 -04:00 committed by GitHub
parent 9c1932649a
commit 0f4a2d16bd

View File

@ -67,6 +67,6 @@ def find_air_dates(content_lst):
return play_lst
remove_old()
play_list = find_air_dates(get_all_content(LIBRARY_NAMES))
play_lst = find_air_dates(get_all_content(LIBRARY_NAMES))
# Create Playlist
plex.createPlaylist(TODAY_PLAY_TITLE, play_lst)