Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Sep 1, 2019
1 parent a7ceea9 commit 7f24dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ OCA.Audioplayer.Core = {
},

processCategoryFromPreset: function () {
if (OCA.Audioplayer.Core.CategorySelectors[0] !== 'Albums' || OCA.Audioplayer.Core.CategorySelectors[0] == null) {
if (OCA.Audioplayer.Core.CategorySelectors[0] === 'Albums' || OCA.Audioplayer.Core.CategorySelectors[0] == null) {
OCA.Audioplayer.Core.CategorySelectors[0] = 'Title';
OCA.Audioplayer.Core.CategorySelectors[1] = '0';
}
Expand Down

0 comments on commit 7f24dd1

Please sign in to comment.