Removed VNDBAPI mentions
This commit is contained in:
parent
57b0532be8
commit
4995727fd3
1 changed files with 0 additions and 6 deletions
|
|
@ -46,9 +46,6 @@ export interface MediaDbPluginSettings {
|
||||||
GiantBombAPI: {
|
GiantBombAPI: {
|
||||||
game: boolean;
|
game: boolean;
|
||||||
};
|
};
|
||||||
VNDBAPI: {
|
|
||||||
game: boolean;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
movieTemplate: string;
|
movieTemplate: string;
|
||||||
seriesTemplate: string;
|
seriesTemplate: string;
|
||||||
|
|
@ -125,9 +122,6 @@ const DEFAULT_SETTINGS: MediaDbPluginSettings = {
|
||||||
GiantBombAPI: {
|
GiantBombAPI: {
|
||||||
game: true,
|
game: true,
|
||||||
},
|
},
|
||||||
VNDBAPI: {
|
|
||||||
game: true,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
movieTemplate: '',
|
movieTemplate: '',
|
||||||
seriesTemplate: '',
|
seriesTemplate: '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue