mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +00:00
PUT method for SeekPlayback (#190)
This commit is contained in:
parent
dcf4eefc61
commit
fddeb07214
@ -1974,7 +1974,7 @@ namespace SpotifyAPI.Web
|
||||
/// <returns></returns>
|
||||
public ErrorResponse SeekPlayback(int positionMs, string deviceId = "")
|
||||
{
|
||||
return UploadData<ErrorResponse>(_builder.SeekPlayback(positionMs, deviceId), string.Empty);
|
||||
return UploadData<ErrorResponse>(_builder.SeekPlayback(positionMs, deviceId), string.Empty, "PUT");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user