Include Nikon Raw image files

This commit is contained in:
Cameron Cordes
2020-09-17 13:29:47 -04:00
parent d2f7423c6c
commit f52ad9e3b6
2 changed files with 2 additions and 1 deletions

View File

@@ -278,7 +278,7 @@ async fn create_thumbnails() {
generate_video_thumbnail(entry.path(), &thumb_path);
false
} else {
ext == "jpg" || ext == "jpeg" || ext == "png"
ext == "jpg" || ext == "jpeg" || ext == "png" || ext == "nef"
}
} else {
false