Sprintf("\"%v\" is not a Video, Audio, Image, Subtitle, or Plaintext file.", path), "unknowndetected") if !ret { log.Error("Could not notify Discord") } c.Stats.UnknownFileCount++ c.deleteFile(path) return } } func (c *Checkrr) deleteFile(path string) { if c.sonarr.Match...