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: {
|
||||
game: boolean;
|
||||
};
|
||||
VNDBAPI: {
|
||||
game: boolean;
|
||||
};
|
||||
};
|
||||
movieTemplate: string;
|
||||
seriesTemplate: string;
|
||||
|
|
@ -125,9 +122,6 @@ const DEFAULT_SETTINGS: MediaDbPluginSettings = {
|
|||
GiantBombAPI: {
|
||||
game: true,
|
||||
},
|
||||
VNDBAPI: {
|
||||
game: true,
|
||||
},
|
||||
},
|
||||
movieTemplate: '',
|
||||
seriesTemplate: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue