Change log position

This commit is contained in:
YvesPa 2024-12-10 11:12:42 +01:00
parent 7d2d7fa35f
commit 735912da5d

View file

@ -109,9 +109,10 @@ public class DownloadStationDownloader : IDownloader
.TaskEndpoint()
.CreateAsync(new DownloadStationTaskCreateRequest(_uri, path.Substring(1)));
_logger.Debug($"Added download to DownloadStation, received ID {_gid}");
_gid = createResult.TaskId?.FirstOrDefault();
_logger.Debug($"Added download to DownloadStation, received ID {_gid}");
if (_gid == null) _gid = await GetGidFromUri();
if (_gid != null)