This commit is contained in:
Michael Bucari-Tovo 2021-10-05 16:49:55 -06:00
parent f0541b498f
commit 5c535478d1

View File

@ -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)
{ {