Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
twitch: fix notify_update error
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Jan 25, 2018
1 parent e009436 commit 460a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/multistreamer/networks/twitch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ function M.check_errors(account)
return false
end

function M.notify_update(_,_)
function M.notify_update(account,_)
local err = M.check_errors(account)
return true
end
Expand Down

0 comments on commit 460a8a7

Please sign in to comment.