diff --git a/SpotifyAPI/Web/SpotifyWebAPI.cs b/SpotifyAPI/Web/SpotifyWebAPI.cs
index 999545a5..5b99d3ee 100644
--- a/SpotifyAPI/Web/SpotifyWebAPI.cs
+++ b/SpotifyAPI/Web/SpotifyWebAPI.cs
@@ -1974,7 +1974,7 @@ namespace SpotifyAPI.Web
///
public ErrorResponse SeekPlayback(int positionMs, string deviceId = "")
{
- return UploadData(_builder.SeekPlayback(positionMs, deviceId), string.Empty);
+ return UploadData(_builder.SeekPlayback(positionMs, deviceId), string.Empty, "PUT");
}
///