Windows OS fix.
Added import "ffmpeg Gui/convertor" to convertor_windows.go
This commit is contained in:
		@@ -3,6 +3,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
package handler
 | 
					package handler
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import "ffmpegGui/convertor"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func getPathsToFF() []convertor.FFPathUtilities {
 | 
					func getPathsToFF() []convertor.FFPathUtilities {
 | 
				
			||||||
	return []convertor.FFPathUtilities{{"ffmpeg\\bin\\ffmpeg.exe", "ffmpeg\\bin\\ffprobe.exe"}}
 | 
						return []convertor.FFPathUtilities{{"ffmpeg\\bin\\ffmpeg.exe", "ffmpeg\\bin\\ffprobe.exe"}}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user