update
This commit is contained in:
@ -17,6 +17,8 @@ func main() {
|
||||
|
||||
EventType := os.Getenv("radarr_eventtype")
|
||||
log.Println(EventType)
|
||||
Event := os.Getenv("EventType")
|
||||
log.Println(Event)
|
||||
SourcePath := os.Getenv("radarr_moviefile_sourcepath")
|
||||
log.Println(SourcePath)
|
||||
SourceFolder := os.Getenv("radarr_moviefile_sourcefolder")
|
||||
|
Reference in New Issue
Block a user