Implemented Subsonic's user rating for tracks, albums and artists, fixes #511
This commit is contained in:
@@ -206,7 +206,7 @@ namespace lms::api::subsonic
|
||||
// Media annotation
|
||||
{ "/star", { handleStarRequest } },
|
||||
{ "/unstar", { handleUnstarRequest } },
|
||||
{ "/setRating", { handleNotImplemented } },
|
||||
{ "/setRating", { handleSetRating } },
|
||||
{ "/scrobble", { handleScrobble } },
|
||||
|
||||
// Sharing
|
||||
|
||||
Reference in New Issue
Block a user