|
|
@ -107,7 +107,7 @@ class PlaylistManager(object):
|
|
|
|
if not set([v.video_id for v in matching]) - set(self.playlist_state.get(playlist, [])):
|
|
|
|
if not set([v.video_id for v in matching]) - set(self.playlist_state.get(playlist, [])):
|
|
|
|
logging.debug("All videos already in playlist, nothing to do")
|
|
|
|
logging.debug("All videos already in playlist, nothing to do")
|
|
|
|
return
|
|
|
|
return
|
|
|
|
# Refresh our playlist state, if nessecary.
|
|
|
|
# Refresh our playlist state, if necessary.
|
|
|
|
self.refresh_playlist(playlist)
|
|
|
|
self.refresh_playlist(playlist)
|
|
|
|
# Get an updated list of new videos
|
|
|
|
# Get an updated list of new videos
|
|
|
|
new_videos = [
|
|
|
|
new_videos = [
|
|
|
|