mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-11 21:19:43 +00:00
daemon v0.13 support
This commit is contained in:
parent
ce6284219c
commit
c6603a4e80
3 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
*
|
*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
*
|
* Upgraded to lbry daemon 0.13, including updating API signatures
|
||||||
*
|
* Channels resolve much faster
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fix help menu force reloading whole app
|
* Fix help menu force reloading whole app
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
https://github.com/lbryio/lbry/releases/download/v0.12.2rc2/lbrynet-daemon-v0.12.2rc2-OSNAME.zip
|
https://github.com/lbryio/lbry/releases/download/v0.13.1rc1/lbrynet-daemon-v0.13.1rc1-OSNAME.zip
|
||||||
|
|
|
@ -89,7 +89,7 @@ export function doDeleteFile(outpoint, deleteFromComputer) {
|
||||||
|
|
||||||
lbry.file_delete({
|
lbry.file_delete({
|
||||||
outpoint: outpoint,
|
outpoint: outpoint,
|
||||||
delete_target_file: deleteFromComputer,
|
delete_from_download_dir: deleteFromComputer,
|
||||||
});
|
});
|
||||||
|
|
||||||
dispatch(doCloseModal());
|
dispatch(doCloseModal());
|
||||||
|
|
Loading…
Add table
Reference in a new issue