mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
remove duplicate divider from app menu
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user