Skip to content

Commit

Permalink
Merge pull request #382 from Rechi/fix/suspend
Browse files Browse the repository at this point in the history
fix executed suspend method
  • Loading branch information
Rechi authored Nov 22, 2019
2 parents 74bfe67 + eca0ac3 commit 8bf0317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/apps/command/kodi/helpers/system.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
@doCallback callback, resp

suspend: (callback) ->
@singleCommand @getCommand('Shutdown'), [], (resp) =>
@singleCommand @getCommand('Suspend'), [], (resp) =>
@doCallback callback, resp

0 comments on commit 8bf0317

Please sign in to comment.