Update DeleteArr.go

This commit is contained in:
Gregory Salaun 2024-01-12 10:23:57 +07:00
parent 08db9cb820
commit 071e230aed

View File

@ -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"