sschueller / peertube-android

Thorium, a PeerTube Android Client
https://github.com/Chocobozzz/PeerTube
GNU Affero General Public License v3.0
341 stars 53 forks source link

feat: Add video to playlist #281

Closed digiwizkid closed 2 years ago

digiwizkid commented 2 years ago

I have implemented the option for adding videos to the playlist.

The playlist can be accessed under the account screen, which lists all the added videos sorted by video name. Each list item consists of a video name and description. Each video can be played by tapping on it and can be deleted from the list by swiping to the left.

This solved the issue #270

sschueller commented 2 years ago

Thank you :)