Apply patch

This commit is contained in:
crobibero
2020-11-03 16:38:47 -07:00
parent 5d88e61076
commit b4d52d8009
5 changed files with 22 additions and 9 deletions

View File

@@ -115,5 +115,7 @@ namespace MediaBrowser.Controller.Library
public interface IDirectStreamProvider
{
Task CopyToAsync(Stream stream, CancellationToken cancellationToken);
string GetFilePath();
}
}