Skip to content

Commit

Permalink
oki
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Mar 20, 2024
1 parent f8da399 commit a98c287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const error = async (res): Promise<Error> => {
switch (res.status) {
case 401:
case 403:
return new Error("Unauthorized. Relinking Account May Help");
return new Error("Unauthorized. Relinking Account or Updating Player May Help");
case 404:
return new Error("It's recommended To Open Spotify");
case 429:
Expand Down

0 comments on commit a98c287

Please sign in to comment.