Skip to content

Commit

Permalink
Fix it again
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Nov 19, 2020
1 parent c8408e8 commit 0efeeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/TautulliSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class TautulliSource {
})
return;
}
} else if (this.user === user) {
} else if (this.user !== user) {
this.logger.debug(`Will not scrobble webhook event because specified user was not found`, {
user,
label: this.name
Expand Down

0 comments on commit 0efeeaf

Please sign in to comment.