From dab05074dacdbd1f9574c4afa6b35bf31f1ee36b Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 19 Jan 2022 15:52:32 -0600 Subject: [PATCH] v470 Hotfix 2 Missed it in testing! --- hydrus/client/media/ClientMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydrus/client/media/ClientMedia.py b/hydrus/client/media/ClientMedia.py index fee23bf0..d2dc8ea7 100644 --- a/hydrus/client/media/ClientMedia.py +++ b/hydrus/client/media/ClientMedia.py @@ -2998,7 +2998,7 @@ class MediaSort( HydrusSerialisable.SerialisableBase ): def sort_key( x ): - return deal_with_none( x.GetBestCurrentTimestamp( location_context ) ) + return deal_with_none( x.GetLocationsManager().GetBestCurrentTimestamp( location_context ) ) elif sort_data == CC.SORT_FILES_BY_FILE_MODIFIED_TIMESTAMP: