aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IMediaSourceManager.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-11-03 16:38:47 -0700
committercrobibero <cody@robibe.ro>2020-11-03 16:38:47 -0700
commitb4d52d8009d8e4a6836dc431ac5f336910a07d6c (patch)
tree3a050bf5a54e69dc1fb4515f79394b17c95a3483 /MediaBrowser.Controller/Library/IMediaSourceManager.cs
parent5d88e610768c8b680096938a372585638ef18fe3 (diff)
Apply patch
Diffstat (limited to 'MediaBrowser.Controller/Library/IMediaSourceManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/IMediaSourceManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/IMediaSourceManager.cs b/MediaBrowser.Controller/Library/IMediaSourceManager.cs
index 22bf9488f..21c6ef2af 100644
--- a/MediaBrowser.Controller/Library/IMediaSourceManager.cs
+++ b/MediaBrowser.Controller/Library/IMediaSourceManager.cs
@@ -115,5 +115,7 @@ namespace MediaBrowser.Controller.Library
public interface IDirectStreamProvider
{
Task CopyToAsync(Stream stream, CancellationToken cancellationToken);
+
+ string GetFilePath();
}
}