Update DeleteArr.go
This commit is contained in:
parent
08db9cb820
commit
071e230aed
@ -129,7 +129,7 @@ func main() {
|
||||
if RadarrEventType != "" {
|
||||
m.EventType = os.Getenv("radarr_eventtype")
|
||||
m.SourcePath = os.Getenv("radarr_moviefile_sourcepath")
|
||||
log.Printf("The Source Path is: %v", m.SourcePath)
|
||||
log.Printf("---------------------------------------------------------\nThe Source Path is: %v", m.SourcePath)
|
||||
m.SourceFolder = os.Getenv("radarr_moviefile_sourcefolder")
|
||||
log.Printf("The Source Folder is: %v", m.SourceFolder)
|
||||
m.Arr = "Radarr"
|
||||
@ -139,7 +139,7 @@ func main() {
|
||||
if SonarrEventType != "" {
|
||||
m.EventType = os.Getenv("sonarr_eventtype")
|
||||
m.SourcePath = os.Getenv("sonarr_episodefile_sourcepath")
|
||||
log.Printf("The Source Path is: %v", m.SourcePath)
|
||||
log.Printf("---------------------------------------------------------\nThe Source Path is: %v", m.SourcePath)
|
||||
m.SourceFolder = os.Getenv("sonarr_episodefile_sourcefolder")
|
||||
log.Printf("The Source Folder is: %v", m.SourceFolder)
|
||||
m.Arr = "Sonarr"
|
||||
|
Loading…
x
Reference in New Issue
Block a user