t
This commit is contained in:
parent
48db0250da
commit
b14260281e
@ -59,7 +59,7 @@ func main() {
|
||||
// os.Setenv("radarr_eventtype", "Download")
|
||||
// os.Setenv("EventType", "Test")
|
||||
|
||||
if os.Getenv("radarr_eventtype") == "Test" {
|
||||
if os.Getenv("radarr_eventtype") == "Test" || os.Getenv("sonarr_eventtype") == "Test" {
|
||||
log.Println("Radarr/Sonarr is testing the script and it works")
|
||||
os.Exit(0)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user