Add ffmpeg detection at start-up

This commit is contained in:
Deluan
2020-10-06 17:24:16 -04:00
parent 26d2af17a3
commit fea5d23fc7
3 changed files with 15 additions and 2 deletions
+1
View File
@@ -32,6 +32,7 @@ func New(scanner *scanner.Scanner, ds model.DataStore) *Server {
initialSetup(ds)
a.initRoutes()
a.initScanner()
checkFfmpegInstallation()
return a
}