Compare commits
1 Commits
c5a7675986
...
f1a7cbc0f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1a7cbc0f0 |
@@ -381,8 +381,8 @@ fn update_media_counts(media_dir: &PathBuf) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
IMAGE_GAUGE.set(image_count);
|
IMAGE_GAUGE.set(image_count as f64);
|
||||||
VIDEO_GAUGE.set(video_count);
|
VIDEO_GAUGE.set(video_count as f64);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn is_image(entry: &DirEntry) -> bool {
|
fn is_image(entry: &DirEntry) -> bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user