Skip to content

Commit

Permalink
Merge pull request #873 from jakejarrett/mpris
Browse files Browse the repository at this point in the history
Temporarily turn MPRIS support off
  • Loading branch information
jakejarrett authored Sep 14, 2016
2 parents f091f8d + 1964875 commit 8f21475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/public/js/common/mprisService.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var gui = require("nw.gui");
app.factory("mprisService", function($rootScope, $log, $timeout, $window, $state) {
// media keys are supported on osx/windows already anyway
var supportedPlatforms = {
"linux": true,
"linux": false,
"win32": false,
"darwin": false
};
Expand Down

0 comments on commit 8f21475

Please sign in to comment.