Skip to content

Commit

Permalink
Fixing bad file sort order menu!
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed Dec 12, 2024
1 parent 431aca9 commit 90facdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrus/client/ClientConstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def magico_sort_sort( sort_type ):

else:

return sort_type_basic_string_lookup[ sort_type ]
return sort_type_string_lookup[ sort_type ]



Expand Down

0 comments on commit 90facdd

Please sign in to comment.