Skip to content

Commit abc0887

Browse files
committed
Fixed wrong visibility in BasicModel
1 parent 80dd574 commit abc0887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpotifyAPI/Web/Models/BasicModel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public abstract class BasicModel
1313

1414
public bool HasError() => Error != null;
1515

16-
public void AddResponseInfo(ResponseInfo info) => _headers = info.Headers;
16+
internal void AddResponseInfo(ResponseInfo info) => _headers = info.Headers;
1717

1818
public string Header(string key) => _headers?.Get(key);
1919

0 commit comments

Comments
 (0)