sigma67 / ytmusicapi

Unofficial API for YouTube Music
https://ytmusicapi.readthedocs.io
MIT License
1.71k stars 194 forks source link

edit_playlist(): Allow moving title to bottom of playlist #602

Closed AltoRetrato closed 3 months ago

AltoRetrato commented 3 months ago

Patch to allow edit_playlist() to move a title to the end of a playlist. See #601.

sigma67 commented 3 months ago

Can you please add a test that asserts that you are now able to move to the end of a playlist?

You could modify/extend this test: https://github.com/sigma67/ytmusicapi/blob/33098ba69eac6c3e5fe88ed502cd3da000996536/tests/mixins/test_playlists.py#L67