This commit is contained in:
浪子
2024-12-25 19:54:38 +08:00
parent dbe59a80de
commit b98790a646
-1
View File
@@ -3,7 +3,6 @@ class NeoDB {
this.container = config.container;
this.types = config.types ?? ["book", "movie", "tv", "music", "game", "podcast"];
this.baseAPI = config.baseAPI;
this.ver = "1.0.6";
this.type = "movie";
this.status = "complete";
this.finished = false;