Skip to content

Commit e447bbc

Browse files
Fix Javadoc for cancelling audio clips to link to the correct Sonos docs
1 parent a76281b commit e447bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public SonosAudioClip loadAudioClip(final String clientToken, final String playe
4646
* @return whether the clip was cancelled
4747
* @throws engineer.nightowl.sonos.api.exception.SonosApiClientException if an error occurs during the call
4848
* @throws engineer.nightowl.sonos.api.exception.SonosApiError if there is an error from the API
49-
* @see <a href="https://developer.sonos.com/reference/control-api/audioclip/loadaudioclip/">Sonos docs</a>
49+
* @see <a href="https://developer.sonos.com/reference/control-api/audioclip/cancelaudioclip/">Sonos docs</a>
5050
*/
5151
public SonosSuccess cancelAudioClip(final String clientToken, final String playerId, final String clipId)
5252
throws SonosApiClientException, SonosApiError {

0 commit comments

Comments
 (0)