Removed "default" setting and only check if media type is false or not
This commit is contained in:
parent
0157c0adf9
commit
675a0f7659
4 changed files with 5 additions and 17 deletions
|
|
@ -26,11 +26,6 @@ export interface MediaDbPluginSettings {
|
|||
MALAPIseries: boolean;
|
||||
SteamAPIgame: boolean;
|
||||
MobyGamesAPIgame: boolean;
|
||||
BoardGameGeekAPIdefault: boolean;
|
||||
MALAPIMangadefault: boolean;
|
||||
MusicBrainzAPIdefault: boolean;
|
||||
OpenLibraryAPIdefault: boolean;
|
||||
WikipediaAPIdefault: boolean;
|
||||
|
||||
movieTemplate: string;
|
||||
seriesTemplate: string;
|
||||
|
|
@ -88,11 +83,6 @@ const DEFAULT_SETTINGS: MediaDbPluginSettings = {
|
|||
MALAPImovie: true,
|
||||
SteamAPIgame: true,
|
||||
MobyGamesAPIgame: true,
|
||||
BoardGameGeekAPIdefault: true,
|
||||
MALAPIMangadefault: true,
|
||||
MusicBrainzAPIdefault: true,
|
||||
OpenLibraryAPIdefault: true,
|
||||
WikipediaAPIdefault: true,
|
||||
|
||||
movieTemplate: '',
|
||||
seriesTemplate: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue