Handle GrizzlyFlix signup mail and Seerr sync failures

This commit is contained in:
Assclaw
2026-06-27 04:40:45 +00:00
parent de8e7c69be
commit 211c3fa9cb
4 changed files with 55 additions and 20 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ func (js *Jellyseerr) ModifyNotifications(jfID string, conf map[NotificationsFie
switch v.(type) {
case string:
conf[FieldDiscord] = []string{v.(string)}
}
}
}
u, err := js.getUser(jfID)
if err != nil {