Skip to content

Commit

Permalink
Version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tma02 committed Mar 14, 2017
1 parent 1836916 commit 1ac4e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Baritone",
"version": "1.0.6",
"version": "1.0.7",
"description": "A Spotify controller that lives in the menubar.",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion spotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const DEFAULT_HTTPS_CONFIG = {
path: '',
headers: {
'Origin': 'https://open.spotify.com',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36';
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'
}
};

Expand Down

0 comments on commit 1ac4e89

Please sign in to comment.