mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(notifications): ntfy and shoutrrr enabled check (#1335)
This commit is contained in:
parent
fbabdfb217
commit
7eaf499d66
2 changed files with 0 additions and 10 deletions
|
@ -47,11 +47,6 @@ func (s *shoutrrrSender) isEnabled() bool {
|
|||
return false
|
||||
}
|
||||
|
||||
if s.Settings.Token == "" {
|
||||
s.log.Warn().Msg("shoutrrr missing application token")
|
||||
return false
|
||||
}
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue