getTorrentList fn changed to support errorCallback

This commit is contained in:
Daniel Shleifman
2021-05-26 11:16:48 +03:00
parent 9ff83ae644
commit 442ca6496b
7 changed files with 13081 additions and 43001 deletions

View File

@@ -8,10 +8,10 @@
> `http://192.168.78.4:8090` - correct
>
> `http://192.168.78.4:8090/` - wrong
3. `npm start`
3. `yarn start`
### Eslint
> Prettier will fix the code every time the code is saved
- `npm run lint` - to find all linting problems
- `npm run fix` - to fix code
- `yarn lint` - to find all linting problems
- `yarn fix` - to fix code