refactor(blacklist): remove blacktag settings from public settings interfaces
There's no reason for it to be there
This commit is contained in:
@@ -36,8 +36,6 @@ export interface PublicSettingsResponse {
|
||||
discoverRegion: string;
|
||||
streamingRegion: string;
|
||||
originalLanguage: string;
|
||||
blacktags: string;
|
||||
blacktagsLimit: number;
|
||||
mediaServerType: number;
|
||||
partialRequestsEnabled: boolean;
|
||||
enableSpecialEpisodes: boolean;
|
||||
|
||||
@@ -20,8 +20,6 @@ const defaultSettings = {
|
||||
discoverRegion: '',
|
||||
streamingRegion: '',
|
||||
originalLanguage: '',
|
||||
blacktags: '',
|
||||
blacktagsLimit: 50,
|
||||
mediaServerType: MediaServerType.NOT_CONFIGURED,
|
||||
partialRequestsEnabled: true,
|
||||
enableSpecialEpisodes: false,
|
||||
|
||||
@@ -228,8 +228,6 @@ CoreApp.getInitialProps = async (initialProps) => {
|
||||
discoverRegion: '',
|
||||
streamingRegion: '',
|
||||
originalLanguage: '',
|
||||
blacktags: '',
|
||||
blacktagsLimit: 50,
|
||||
mediaServerType: MediaServerType.NOT_CONFIGURED,
|
||||
partialRequestsEnabled: true,
|
||||
enableSpecialEpisodes: false,
|
||||
|
||||
Reference in New Issue
Block a user