Skip to content

Commit

Permalink
fix: fix cookie exchange during oauth refresh
Browse files Browse the repository at this point in the history
Fix logic so cookies are exchanged during a token refresh
  • Loading branch information
alandtse committed Jan 6, 2021
1 parent 01d1b6c commit d508a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
"dependencies": ["persistent_notification"],
"codeowners": ["@keatontaylor", "@alandtse"],
"requirements": ["alexapy==1.20.3", "packaging~=20.3", "wrapt~=1.12.1"]
"requirements": ["alexapy==1.20.4", "packaging~=20.3", "wrapt~=1.12.1"]
}

0 comments on commit d508a0c

Please sign in to comment.