Skip to content

Commit 89f1f2e

Browse files
Renamed home theater playback method to reflect Sonos' updated name
1 parent e447bbc commit 89f1f2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/engineer/nightowl/sonos/api/resource/HomeTheaterResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public HomeTheaterResource(final SonosApiClient apiClient)
3636
* @throws engineer.nightowl.sonos.api.exception.SonosApiClientException if an error occurs during the call
3737
* @throws engineer.nightowl.sonos.api.exception.SonosApiError if there is an error from the API
3838
*/
39-
public SonosSuccess loadHomeTheater(final String clientToken, final String playerId) throws SonosApiClientException, SonosApiError
39+
public SonosSuccess loadHomeTheaterPlayback(final String clientToken, final String playerId) throws SonosApiClientException, SonosApiError
4040
{
4141
return postToApi(SonosSuccess.class, clientToken, String.format("/v1/players/%s/homeTheater", playerId));
4242
}

0 commit comments

Comments
 (0)