0

Remove fatal error. Closes #623

This commit is contained in:
Gabe Kangas 2021-01-13 17:57:37 -08:00
parent 594722d447
commit acd546ce6c

View File

@ -19,7 +19,8 @@ func CleanupOldContent(baseDirectory string) {
files, err := getAllFilesRecursive(baseDirectory)
if err != nil {
log.Fatal(err)
log.Errorln("Unable to cleanup old video files", err)
return
}
// Delete old private HLS files on disk