File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { OpenLibraryAPI } from './api/apis/OpenLibraryAPI';
12
12
import { SteamAPI } from './api/apis/SteamAPI' ;
13
13
import { WikipediaAPI } from './api/apis/WikipediaAPI' ;
14
14
import { ComicVineAPI } from './api/apis/ComicVineAPI' ;
15
- //import { VNDBAPI } from './api/apis/VNDBAPI';
16
15
import { MediaDbFolderImportModal } from './modals/MediaDbFolderImportModal' ;
17
16
import type { MediaTypeModel } from './models/MediaTypeModel' ;
18
17
import { PropertyMapper } from './settings/PropertyMapper' ;
@@ -58,7 +57,6 @@ export default class MediaDbPlugin extends Plugin {
58
57
this . apiManager . registerAPI ( new ComicVineAPI ( this ) ) ;
59
58
this . apiManager . registerAPI ( new MobyGamesAPI ( this ) ) ;
60
59
this . apiManager . registerAPI ( new GiantBombAPI ( this ) ) ;
61
- //this.apiManager.registerAPI(new VNDBAPI(this));
62
60
// this.apiManager.registerAPI(new LocGovAPI(this)); // TODO: parse data
63
61
64
62
this . mediaTypeManager = new MediaTypeManager ( ) ;
You can’t perform that action at this time.
0 commit comments