Skip to content

Commit

Permalink
fix(jellyfin): be less chatty about missing tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed May 16, 2024
1 parent 3e7cc14 commit dcb65f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/doorbell/plugins/jellyfin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ local function get_auth(req, ctx)
local m = re_match(header, TOKEN_RE, "oj")
if m and m[1] then
return m[1]
else
log.infof("failed extracting auth token from %q", header)
end
end
end
Expand Down

0 comments on commit dcb65f0

Please sign in to comment.