Skip to content

Commit

Permalink
filter applied on panel onshow()
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyrne01 committed Jan 11, 2015
1 parent a86eacc commit 6deebfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions addon/data/js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,6 @@ self.port.on("uiData", function (uiData) {
} else {
self.port.emit("recursiveSetting", false);
}

LocalMusicPlayer.filterBy();
});
2 changes: 1 addition & 1 deletion addon/lib/Panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exports.init = function () {
width: 550,
height: 400,
contentURL: Data.get("html/view.html"),
contentScriptFile: [Data.get("lib/id3-minimized.js"), Data.get("js/controller.js")],
contentScriptFile: [Data.get("js/controller.js")],
position: Button.get(),
onShow: function () {
populateUI();
Expand Down

0 comments on commit 6deebfc

Please sign in to comment.