This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
Release v2023.11.07
·
92 commits
to master
since this release
feat: manage subscriptions/playlists (#20) * feat: implement subscription endpoints * feat(ui): pass the userData object into the renderers * feat(ui): subscribe buttons * feat(api): add playlist related endpoints * chore: tidy up LightTubeApi.kt * feat: remember current user * feat(api): implement updatePlaylist endpoint * fix(api): re-add getLibraryPlaylists * feat: ability to edit/delete playlists * feat: move the playlist dialog to utils * feat: create playlist button * feat: go back after deleting a playlist * chore: cleanup * feat: ability to add videos to playlists * feat: ability to remove videos from playlists * fix: delete playlist showing up on all playlists * fix: change padding a real small amount again