Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Fix typo causing problems with playlist renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
duffey committed Feb 25, 2023
1 parent 4b6f4b2 commit 8ba55e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playlist-uris-slice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function initialState(): PlaylistUrisState {
if (localStorageData) {
playlistUris = JSON.parse(localStorageData);
} else {
api.setLocalStorageData("starRatings:playlistURis", JSON.stringify(playlistUris));
api.setLocalStorageData("starRatings:playlistUris", JSON.stringify(playlistUris));
}

return {
Expand Down

0 comments on commit 8ba55e6

Please sign in to comment.