library_list/table_names: fix table name

This commit is contained in:
2025-06-26 00:04:59 +02:00
parent 1eb077abff
commit 1af5b9bd83

View File

@@ -19,5 +19,5 @@ abstract class LibraryListTableNames {
/// Attributes:
/// - name TEXT
static const String libraryListOrdered = 'Mugiten_LibraryListOrdered';
static const String libraryListOrdered = 'Mugiten_LibraryList_Ordered';
}