Removed VNDBAPI mentions

This commit is contained in:
ltctceplrm 2025-03-05 14:53:33 +01:00
parent 57b0532be8
commit 4995727fd3

View file

@ -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: '',