Skip to content

Commit abc0887

Browse files
author
Johnny @PC
committed
Fixed wrong visibility in BasicModel
1 parent 80dd574 commit abc0887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SpotifyAPI/Web/Models/BasicModel.cs

Lines changed: 1 addition & 1 deletion
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)