diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-17 14:05:49 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-17 14:05:49 -0400 |
| commit | e2d6a5c05df874cb812cbc0b85e7deda22ce567a (patch) | |
| tree | 21805c896f0028544de14916ec7b457680dea52c /MediaBrowser.Controller/Session/ISessionManager.cs | |
| parent | da7af24fca3b2462b971dce595cfa5e548311cce (diff) | |
support static trailer streaming
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Session/ISessionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionManager.cs b/MediaBrowser.Controller/Session/ISessionManager.cs index 8227170d4..f28721f5f 100644 --- a/MediaBrowser.Controller/Session/ISessionManager.cs +++ b/MediaBrowser.Controller/Session/ISessionManager.cs @@ -52,7 +52,7 @@ namespace MediaBrowser.Controller.Session /// <param name="deviceId">The device id.</param> /// <param name="deviceName">Name of the device.</param> /// <exception cref="System.ArgumentNullException"></exception> - void OnPlaybackStart(User user, BaseItem item, string clientType, string deviceId, string deviceName); + Task OnPlaybackStart(User user, BaseItem item, string clientType, string deviceId, string deviceName); /// <summary> /// Used to report playback progress for an item |
