sspiff / lms-plugin-pyrrha

Pyrrha - Daughter of Pandora
GNU General Public License v2.0
13 stars 4 forks source link

station list limited to 95 entries #3

Closed sspiff closed 6 months ago

sspiff commented 6 months ago

Seems that the getStationList API may limit the number of returned entries (a user has reported the limit to be 95).

Might need to move to the REST API (vs the JSON API) as the /v1/station/getStations endpoint appears to support pagination.

sspiff commented 6 months ago

See https://github.com/pithos/pithos/commit/72ca8ca8d2064db2887eadb313dc9897c8a3a5e6 for a possible fix.

sspiff commented 6 months ago

Fixed in 0.2.4.