Fix hidive not working in GUI version
And increment version
This commit is contained in:
parent
61f17726a9
commit
3c422cfd3e
2 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ class HidiveHandler extends Base implements MessageHandler {
|
|||
constructor(ws: WebSocketHandler) {
|
||||
super(ws);
|
||||
this.hidive = new Hidive();
|
||||
this.hidive.doInit();
|
||||
}
|
||||
|
||||
public auth(data: AuthData) {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "multi-downloader-nx",
|
||||
"short_name": "aniDL",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"description": "Download videos from Funimation, Crunchyroll, or Hidive via cli",
|
||||
"keywords": [
|
||||
"download",
|
||||
|
|
|
|||
Loading…
Reference in a new issue