Keep thumbnails in their relative directories

This commit is contained in:
Cameron Cordes
2020-07-21 20:03:21 -04:00
parent 7dbd93cedc
commit f63dd9cb05
2 changed files with 23 additions and 12 deletions

View File

@@ -32,4 +32,5 @@ fn is_image_or_video(path: &Path) -> bool {
|| extension == "jpeg"
|| extension == "rs"
|| extension == "mp4"
|| extension == "mov"
}