feat(frontend): add option to hide all available items from discovery (#699)

This commit is contained in:
sct
2021-01-20 18:56:45 +09:00
committed by GitHub
parent e1032ff5df
commit 6c1742e94c
19 changed files with 192 additions and 19 deletions

View File

@@ -135,6 +135,7 @@ CoreApp.getInitialProps = async (initialProps) => {
let user = undefined;
let currentSettings: PublicSettingsResponse = {
initialized: false,
hideAvailable: false,
movie4kEnabled: false,
series4kEnabled: false,
};