mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
preliminary update client for new server download url stuff
This commit is contained in:
parent
110dbd7bdf
commit
2a2b0c3b57
4 changed files with 7 additions and 9 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using MareSynchronos.API;
|
||||
using System;
|
||||
|
||||
namespace MareSynchronos.WebAPI.Utils;
|
||||
|
||||
|
|
@ -37,7 +38,7 @@ public class DownloadFileTransfer : FileTransfer
|
|||
{
|
||||
private DownloadFileDto Dto => (DownloadFileDto)TransferDto;
|
||||
public DownloadFileTransfer(DownloadFileDto dto) : base(dto) { }
|
||||
|
||||
public Uri DownloadUri => new(Dto.Url);
|
||||
public override long Total
|
||||
{
|
||||
set { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue