fix: sort not applying after restart

This commit is contained in:
edde746
2025-11-04 13:35:33 +01:00
parent 63fa08798c
commit 0e2fe8a9f3
+1 -1
View File
@@ -234,7 +234,7 @@ class _LibrariesScreenState extends State<LibrariesScreen>
try {
// Load filters and sort options for the new library
_loadFilters(libraryKey);
_loadSortOptions(libraryKey);
await _loadSortOptions(libraryKey);
// Add sort parameter to filters if selected
final filtersWithSort = Map<String, String>.from(_selectedFilters);