Finamp is a FOSS Android and IOS music player that uses [Jellyfin](https://github.com/jellyfin/jellyfin) as a backend. Unlike the official client (also FOSS), this one allows downloading music for offline listening and is specialized for playing music, not movies, shows, ...
## My contribution
I personally use the application and have fixed a few things I didn't like by PR. One of them was the problem with removing songs from the playlist. Some previous attempts failed to accomplish this correctly. This one implements and fixes the feature.
## Learning and conclusion
Discussion with the community is always a good way to address certain concerns and move a project forward.
When you contribute to software that you use, you are not just a spectator, you are an actor, implementing, changing, fixing, ... what you want in your software, affecting your own tech life.