Add note
This commit is contained in:
parent
f0541b498f
commit
5c535478d1
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ namespace FileLiberator
|
|||
{
|
||||
Serilog.Log.Logger.Debug("Event fired {@DebugInfo}", new { Name = nameof(StreamingCompleted), Message = filePath });
|
||||
StreamingCompleted?.Invoke(this, filePath);
|
||||
|
||||
//TODO: Update file cache
|
||||
}
|
||||
public void OnStreamingProgressChanged(DownloadProgress progress)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue