remove duplicate divider from app menu

This commit is contained in:
jeffvli
2025-12-03 15:14:24 -08:00
parent b87d63ced9
commit c738725d94
3 changed files with 5 additions and 11 deletions
+4 -4
View File
@@ -73,14 +73,14 @@ const PaginationFilterKeys = {
SCROLL_OFFSET: 'scrollOffset',
};
enum PlaylistFilterKeys {
CUSTOM = '_custom',
}
enum FolderFilterKeys {
FOLDER_PATH = 'folderPath',
}
enum PlaylistFilterKeys {
CUSTOM = '_custom',
}
export const FILTER_KEYS = {
ALBUM: AlbumFilterKeys,
ARTIST: ArtistFilterKeys,