mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(frontend): add option to hide all available items from discovery (#699)
This commit is contained in:
@@ -135,6 +135,7 @@ CoreApp.getInitialProps = async (initialProps) => {
|
||||
let user = undefined;
|
||||
let currentSettings: PublicSettingsResponse = {
|
||||
initialized: false,
|
||||
hideAvailable: false,
|
||||
movie4kEnabled: false,
|
||||
series4kEnabled: false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user