Skip to content

Commit

Permalink
fixed displaying tracks on page reload
Browse files Browse the repository at this point in the history
  • Loading branch information
nsfox committed Jun 2, 2011
1 parent 7910996 commit 62f5f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ Browser.prototype.showTracks = function(trackNameList) {
}

store.fetch({
query: { "name" : trackNames[n]},
query: { "label" : trackNames[n]},
queryOptions : { "ignoreCase" : true },
onComplete: gotItems,
onError: fetchFailed
Expand Down

0 comments on commit 62f5f0d

Please sign in to comment.