Replies: 1 comment 1 reply
-
What issue does this solve? You can already move items to the top of the playlist |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've discovered that the YouTube API supports an additional action,
ACTION_MOVE_VIDEO_AFTER
, which can be used to move an item to the top of a playlist. This feature could potentially enhance the functionality of theedit_playlist()
mixin.Based on this finding, I'd like to propose the following modification:
I know this might affect other parts of the code, so feel free to use this idea however you see fit, if you think it's worth it. Let me know if you need anything else!
Beta Was this translation helpful? Give feedback.
All reactions