remove commented out line
This commit is contained in:
parent
439b266946
commit
8e1f61472a
1 changed files with 0 additions and 1 deletions
|
|
@ -248,7 +248,6 @@ public class AllDebridTorrentClient(ILogger<AllDebridTorrentClient> logger, IHtt
|
||||||
var allFiles = await GetClient().Magnet.FilesAsync(Int64.Parse(torrent.RdId));
|
var allFiles = await GetClient().Magnet.FilesAsync(Int64.Parse(torrent.RdId));
|
||||||
|
|
||||||
var files = GetFiles(allFiles);
|
var files = GetFiles(allFiles);
|
||||||
// torrent.RdFiles = JsonConvert.SerializeObject(files);
|
|
||||||
|
|
||||||
Log($"Getting download links", torrent);
|
Log($"Getting download links", torrent);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue