diff --git a/js/constants.ts b/js/constants.ts index a1b1fdf2..d302a36f 100644 --- a/js/constants.ts +++ b/js/constants.ts @@ -23,7 +23,6 @@ export const WINDOWS = { MAIN: "main", PLAYLIST: "playlist", EQUALIZER: "equalizer", - MEDIA_LIBRARY: "mediaLibrary", MILKDROP: "milkdrop", }; diff --git a/js/reducers/windows.ts b/js/reducers/windows.ts index f1b0764a..3fd2fdf8 100644 --- a/js/reducers/windows.ts +++ b/js/reducers/windows.ts @@ -93,7 +93,6 @@ const defaultWindowsState: WindowsState = { WINDOWS.PLAYLIST, WINDOWS.EQUALIZER, WINDOWS.MILKDROP, - WINDOWS.MEDIA_LIBRARY, WINDOWS.MAIN, ], };