Skip to content

Commit

Permalink
Force cover refresh after inactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPuglisi committed May 8, 2016
1 parent c372db9 commit 121da2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lastfm-now",
"version": "1.0.1",
"version": "1.0.2",
"description": "A now listening display for Last.fm.",
"author": "Jason Puglisi <[email protected]>",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions public/javascripts/now.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function updateLastfmMetadata(cover, title, artist, link) {
}
} else {
document.title = 'Last.fm Now';
lastfmCoverRefresh = true;
toggleExtended(null, false);
}
}
Expand Down

0 comments on commit 121da2d

Please sign in to comment.