Closed timschneeb closed 10 months ago
this isn't really how the logic is supposed to flow, i think i made an error in the playlist id empty check on line 399, but where you've changed code it's supposed to be a "fallback" if the automatic settings are not configured. it needs a bit of a rethink from me
oh yeah, I see. I didn't further look into the reason why the function parameter is empty in the first place
Using the Docker
develop
image, I noticed that the YouTube playlist insert API call failed with the messagePlaylist id not specified
. It's fixed after adding a 'this.' before the playlist_id variable.