Skip to content

Commit fddeb07

Browse files
KinianJohnnyCrazy
authored andcommitted
PUT method for SeekPlayback (#190)
1 parent dcf4eef commit fddeb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpotifyAPI/Web/SpotifyWebAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@ public ErrorResponse SkipPlaybackToPrevious(string deviceId = "")
19741974
/// <returns></returns>
19751975
public ErrorResponse SeekPlayback(int positionMs, string deviceId = "")
19761976
{
1977-
return UploadData<ErrorResponse>(_builder.SeekPlayback(positionMs, deviceId), string.Empty);
1977+
return UploadData<ErrorResponse>(_builder.SeekPlayback(positionMs, deviceId), string.Empty, "PUT");
19781978
}
19791979

19801980
/// <summary>

0 commit comments

Comments
 (0)