This repository was archived by the owner on Mar 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The official docker images are available on [Dockerhub](https://hub.docker.com/r
52
52
### CLI
53
53
54
54
```
55
- Mango - Manga Server and Web Reader. Version 0.18.1
55
+ Mango - Manga Server and Web Reader. Version 0.18.2
56
56
57
57
Usage:
58
58
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const component = () => {
6
6
toggling : false ,
7
7
8
8
init ( ) {
9
- const ws = new WebSocket ( `ws://${ location . host } / api/admin/mangadex/queue` ) ;
9
+ const ws = new WebSocket ( `ws://${ location . host } ${ base_url } api/admin/mangadex/queue` ) ;
10
10
ws . onmessage = event => {
11
11
const data = JSON . parse ( event . data ) ;
12
12
this . jobs = data . jobs ;
Original file line number Diff line number Diff line change 1
1
name : mango
2
- version : 0.18.1
2
+ version : 0.18.2
3
3
4
4
authors :
5
5
- Alex Ling <hkalexling@gmail.com>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require "option_parser"
8
8
require " clim"
9
9
require " tallboy"
10
10
11
- MANGO_VERSION = " 0.18.1 "
11
+ MANGO_VERSION = " 0.18.2 "
12
12
13
13
# From http://www.network-science.de/ascii/
14
14
BANNER = %{
You can’t perform that action at this time.
0 commit comments