Skip to content

Commit

Permalink
Merge pull request #13 from vlacour97/develop
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
vlacour97 authored Jan 25, 2023
2 parents 396c798 + 83d37f0 commit 505df36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ALLDEBRID_TOKEN=allbredid-token TORRENT_FOLDER=path/to/torrents DOWNLOAD_FOLDER

### Launching script with docker
``` bash
docker run -v path/tot/torrent:/torrents -v path/to/download:/downloads -e ALLDEBRID_TOKEN=allbredid-token vlacour97/alldebrid-watcher
docker run -v path/tot/torrent:/torrents -v path/to/download:/downloads -e ALLDEBRID_TOKEN=allbredid-token vlacour97/alldebrid-watcher:1.1.1
```

## Env variables configuration
Expand Down
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (pushOverUserToken && pushOverAppToken) {
message: `The file "${filename}" has been downloaded on your server`
})
})
client.getEventEmitter().on('downloaded', (filename) => {
client.getEventEmitter().on('download', (filename) => {
pusher.send({
title: 'Download started !',
message: `The file "${filename}" is being downloaded on your server`
Expand Down

0 comments on commit 505df36

Please sign in to comment.