Change log position
This commit is contained in:
parent
7d2d7fa35f
commit
735912da5d
1 changed files with 2 additions and 1 deletions
|
|
@ -109,9 +109,10 @@ public class DownloadStationDownloader : IDownloader
|
||||||
.TaskEndpoint()
|
.TaskEndpoint()
|
||||||
.CreateAsync(new DownloadStationTaskCreateRequest(_uri, path.Substring(1)));
|
.CreateAsync(new DownloadStationTaskCreateRequest(_uri, path.Substring(1)));
|
||||||
|
|
||||||
_logger.Debug($"Added download to DownloadStation, received ID {_gid}");
|
|
||||||
|
|
||||||
_gid = createResult.TaskId?.FirstOrDefault();
|
_gid = createResult.TaskId?.FirstOrDefault();
|
||||||
|
_logger.Debug($"Added download to DownloadStation, received ID {_gid}");
|
||||||
|
|
||||||
if (_gid == null) _gid = await GetGidFromUri();
|
if (_gid == null) _gid = await GetGidFromUri();
|
||||||
|
|
||||||
if (_gid != null)
|
if (_gid != null)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue