Add note
This commit is contained in:
parent
f0541b498f
commit
5c535478d1
@ -18,6 +18,8 @@ namespace FileLiberator
|
|||||||
{
|
{
|
||||||
Serilog.Log.Logger.Debug("Event fired {@DebugInfo}", new { Name = nameof(StreamingCompleted), Message = filePath });
|
Serilog.Log.Logger.Debug("Event fired {@DebugInfo}", new { Name = nameof(StreamingCompleted), Message = filePath });
|
||||||
StreamingCompleted?.Invoke(this, filePath);
|
StreamingCompleted?.Invoke(this, filePath);
|
||||||
|
|
||||||
|
//TODO: Update file cache
|
||||||
}
|
}
|
||||||
public void OnStreamingProgressChanged(DownloadProgress progress)
|
public void OnStreamingProgressChanged(DownloadProgress progress)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user