beets/beetsplug/bpd
Carl Suster a4fe6875a1 bpd: fix bug in bounds check of current song index
The songs are indexed starting from zero for the play command, however
the bound check was off by one. An index matching the length of the
playlist would crash the server instead of responding with an error
message over the protocol.
2019-04-01 17:41:25 +11:00
..
__init__.py bpd: fix bug in bounds check of current song index 2019-04-01 17:41:25 +11:00
gstplayer.py bpd: Use integers for time values (fix 2394) 2017-01-17 11:37:10 -08:00