t
This commit is contained in:
parent
5e24ba6051
commit
12c539663b
@ -140,7 +140,7 @@ func main() {
|
|||||||
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("The Source Path is: %v", m.SourcePath)
|
||||||
m.SourceFolder = os.Getenv("sonarr_moviefile_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