This commit is contained in:
Gregory Salaun 2023-12-18 15:36:12 +07:00
parent fd99333bc1
commit 5e24ba6051

View File

@ -140,7 +140,7 @@ func main() {
m.EventType = os.Getenv("sonarr_eventtype")
m.SourcePath = os.Getenv("sonarr_episodefile_sourcepath")
log.Printf("The Source Path is: %v", m.SourcePath)
m.SourceFolder = os.Getenv("radarr_moviefile_sourcefolder")
m.SourceFolder = os.Getenv("sonarr_moviefile_sourcefolder")
log.Printf("The Source Folder is: %v", m.SourceFolder)
m.Arr = "Sonarr"
}