t
This commit is contained in:
parent
0982141e9b
commit
9bc2bfca04
10
DeleteArr.go
10
DeleteArr.go
@ -59,6 +59,11 @@ func main() {
|
||||
// os.Setenv("radarr_eventtype", "Download")
|
||||
// os.Setenv("EventType", "Test")
|
||||
|
||||
if os.Getenv("EventType") == "Test" {
|
||||
log.Println("Radarr/Sonarr is testing the script and it works")
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
ex, err := os.Executable()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
@ -76,11 +81,6 @@ func main() {
|
||||
RadarrEventType := os.Getenv("radarr_eventtype")
|
||||
SonarrEventType := os.Getenv("sonarr_eventtype")
|
||||
|
||||
if os.Getenv("EventType") == "Test" {
|
||||
log.Println("Radarr/Sonarr is testing the script and it works")
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
m := &MediaFiles{}
|
||||
|
||||
if RadarrEventType != "" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user