Skip to content

Commit 7859669

Browse files
committed
Fix broken endpoint for getting list of stash tabs
1 parent 6bb4f82 commit 7859669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EnhancePoE/Model/ApiAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private static async Task<bool> GetProps( string accName, string league )
8383
return false;
8484
}
8585
IsFetching = true;
86-
var propsUri = new Uri( $"https://www.pathofexile.com/character-window/get-stash-items?accountName={accName}&tabs=1&league={league}" );
86+
var propsUri = new Uri( $"https://www.pathofexile.com/character-window/get-stash-items?accountName={accName}&tabs=1&league={league}&tabIndex=" );
8787

8888
string sessionId = Properties.Settings.Default.SessionId;
8989

0 commit comments

Comments
 (0)