summaryrefslogtreecommitdiff
path: root/src/video-support/VideoSourceCollection.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/video-support/VideoSourceCollection.vala')
-rw-r--r--src/video-support/VideoSourceCollection.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video-support/VideoSourceCollection.vala b/src/video-support/VideoSourceCollection.vala
index 89daad3..8dd75d9 100644
--- a/src/video-support/VideoSourceCollection.vala
+++ b/src/video-support/VideoSourceCollection.vala
@@ -126,7 +126,7 @@ public class VideoSourceCollection : MediaSourceCollection {
if (video.get_filesize() != info.get_size())
return;
- if (video.get_timestamp().equal(info.get_modification_date_time()))
+ if (video.get_timestamp().equal(coarsify_date_time(info.get_modification_date_time())))
matching_master.add(video);
}