kimtore / pms

Practical Music Search is an interactive Vim-like console client for the Music Player Daemon.
https://ambientsound.github.io/pms/
MIT License
249 stars 23 forks source link

Use upstream gompd module (https://github.com/fhs/gompd) #130

Closed ephemeralriggs closed 2 years ago

ephemeralriggs commented 2 years ago

We currently do not use functions which are not accessible via the upstream gompd module. Replaced the one call to PlChanges() which was in ambientsound/gompd with an equivalent call to the upstream module.