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