calne-ca / subsonic-java-client

A Java Client for the Subsonic API
GNU General Public License v3.0
2 stars 0 forks source link

Implement Starred2 call #4

Closed esiqveland closed 3 months ago

esiqveland commented 3 months ago

The call to getStarred2 seems to be missing:

https://www.subsonic.org/pages/api.jsp#getStarred2

Would be very nice with an implementation for this in this client 👍

calne-ca commented 3 months ago

I've just released 0.4.0 which includes new API operations star, unstar, getStarred and getStarred2.

esiqveland commented 3 months ago

niiice, thank you!

This really helps in getting started with clients!