non fatal media scan
This commit is contained in:
parent
71589dc633
commit
4b005874a8
@ -1,7 +1,6 @@
|
|||||||
package media
|
package media
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"log"
|
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
@ -35,7 +34,6 @@ func scan_recursive(dir_path string, ignore []string) ([]string, []string) {
|
|||||||
|
|
||||||
// If no error
|
// If no error
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user