Skip to content

Commit 4995727

Browse files
committed
Removed VNDBAPI mentions
1 parent 57b0532 commit 4995727

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/settings/Settings.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ export interface MediaDbPluginSettings {
4646
GiantBombAPI: {
4747
game: boolean;
4848
};
49-
VNDBAPI: {
50-
game: boolean;
51-
};
5249
};
5350
movieTemplate: string;
5451
seriesTemplate: string;
@@ -125,9 +122,6 @@ const DEFAULT_SETTINGS: MediaDbPluginSettings = {
125122
GiantBombAPI: {
126123
game: true,
127124
},
128-
VNDBAPI: {
129-
game: true,
130-
},
131125
},
132126
movieTemplate: '',
133127
seriesTemplate: '',

0 commit comments

Comments
 (0)