Update aired_today_playlist.py
This commit is contained in:
parent
9c1932649a
commit
0f4a2d16bd
@ -67,6 +67,6 @@ def find_air_dates(content_lst):
|
|||||||
return play_lst
|
return play_lst
|
||||||
|
|
||||||
remove_old()
|
remove_old()
|
||||||
play_list = find_air_dates(get_all_content(LIBRARY_NAMES))
|
play_lst = find_air_dates(get_all_content(LIBRARY_NAMES))
|
||||||
# Create Playlist
|
# Create Playlist
|
||||||
plex.createPlaylist(TODAY_PLAY_TITLE, play_lst)
|
plex.createPlaylist(TODAY_PLAY_TITLE, play_lst)
|
||||||
|
Loading…
Reference in New Issue
Block a user