Skip to content

Commit

Permalink
Shazam use local storage
Browse files Browse the repository at this point in the history
It store lastUpdateDate and we cannot store tags with sync, so we need to store this information locally too
  • Loading branch information
leeroybrun committed Oct 17, 2014
1 parent 6a9a921 commit 9635d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/js/services/ShazamService.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ angular.module('Shazam2Spotify').factory('ShazamService', function(ChromeHelper,
var Shazam = {
newTags: [],

data: new StorageHelper('Shazam', 'sync'), // New storage, synced with other Chrome installs
data: new StorageHelper('Shazam'),

openLogin: function() {
ChromeHelper.focusOrCreateTab('https://www.shazam.com/myshazam');
Expand Down

0 comments on commit 9635d91

Please sign in to comment.