summaryrefslogtreecommitdiff
path: root/src/video-support/VideoSourceCollection.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-08-12 10:07:55 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-08-12 10:07:55 +0200
commit2333d2b06d52754a55a747fa438844286f98d53a (patch)
treee46351c8ec622c9d13232cf00c8a1048e55184af /src/video-support/VideoSourceCollection.vala
parent7f667adb7b8d3a803a6cd6120dcea4ba4ff89075 (diff)
parentd0aaad443a88968dc61172c050084d3d9faa7602 (diff)
Update upstream source from tag 'upstream/0.32.2'
Update to upstream version '0.32.2' with Debian dir f0c4eb48b3e5ba2a80bbd45ac2effe5ecd515530
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);
}