no message
This commit is contained in:
parent
8205e0e652
commit
34aec3d45d
3 changed files with 6 additions and 2 deletions
|
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [2.0.93] - 2025-01-03
|
||||||
|
### Changed
|
||||||
|
- Torbox fixes.
|
||||||
|
|
||||||
## [2.0.92] - 2024-12-18
|
## [2.0.92] - 2024-12-18
|
||||||
### Changed
|
### Changed
|
||||||
- Torbox fixes.
|
- Torbox fixes.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rdt-client",
|
"name": "rdt-client",
|
||||||
"version": "2.0.92",
|
"version": "2.0.93",
|
||||||
"description": "This is a web interface to manage your torrents on Real-Debrid.",
|
"description": "This is a web interface to manage your torrents on Real-Debrid.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -164,7 +164,7 @@ public class TorBoxTorrentClient(ILogger<TorBoxTorrentClient> logger, IHttpClien
|
||||||
}).ToList();
|
}).ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
return new List<TorrentClientAvailableFile>();
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
public Task SelectFiles(Data.Models.Data.Torrent torrent)
|
public Task SelectFiles(Data.Models.Data.Torrent torrent)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue