leinelissen / jellyfin-audio-player

🎵 A gorgeous Jellyfin audio streaming app for iOS and Android
https://fintunes.app
MIT License
657 stars 26 forks source link

[Feature request] Remove song from queue #164

Open CodeWithMa opened 9 months ago

CodeWithMa commented 9 months ago

Currently I can only click on "Clear Queue" to delete the complete queue.

It would be nice to remove single songs from the queue by for example swiping them to the side or with a long press and a context menu item "Remove from queue".

leinelissen commented 9 months ago

Fair enough! As soon as I find a library that does the swipey thing well, I'll try and put this in.

CodeWithMa commented 9 months ago

Did some searching and found this:

leinelissen commented 9 months ago

Most probably it's something like this: https://github.com/jemise111/react-native-swipe-list-view, though there haven't been updates in a while and I need to check whether it uses native primitives.