mihaiolteanu / vuiet

The music player and explorer for Emacs
https://mihaiolteanu.me/vuiet
GNU General Public License v3.0
278 stars 15 forks source link

Call vuiet-loved-tracks-info with the correct parameters #65

Closed aluaces closed 2 years ago

aluaces commented 2 years ago

When pressing i on the first page offered by vuiet-loved-tracks-info, the error

Keyword argument 2 not one of (:page :n)

was shown. Turns out that it was called with less parameters than it is required.

mihaiolteanu commented 2 years ago

Confirmed both the bug and the fix! Good catch!