mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 14:07:47 +00:00
Fixed wrong visibility in BasicModel
This commit is contained in:
parent
80dd574c4b
commit
abc08873a2
@ -13,7 +13,7 @@ namespace SpotifyAPI.Web.Models
|
||||
|
||||
public bool HasError() => Error != null;
|
||||
|
||||
public void AddResponseInfo(ResponseInfo info) => _headers = info.Headers;
|
||||
internal void AddResponseInfo(ResponseInfo info) => _headers = info.Headers;
|
||||
|
||||
public string Header(string key) => _headers?.Get(key);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user