v470 Hotfix 2

Missed it in testing!
This commit is contained in:
Hydrus Network Developer 2022-01-19 15:52:32 -06:00
parent a86762605c
commit dab05074da
1 changed files with 1 additions and 1 deletions

View File

@ -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: