fix channel_validate in PlaylistSubscription, #223

pull/242/head
simon 2 years ago
parent c4107fc370
commit 6fbac12314
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -168,7 +168,7 @@ class PlaylistSubscription:
def channel_validate(channel_id):
"""make sure channel of playlist is there"""
channel = YoutubeChannel(channel_id)
channel.build_json()
channel.build_json(upload=True)
@staticmethod
def change_subscribe(playlist_id, subscribe_status):

Loading…
Cancel
Save