aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/ISessionManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-04-17 15:01:16 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-04-17 15:01:16 -0400
commit561028c90734b911ebb5eec26aa071fb6851a2a6 (patch)
tree48a40e09ec701926d982f2979adefe94ba763448 /MediaBrowser.Controller/Session/ISessionManager.cs
parent0b5019ed1b8c7624eae27aebe715132e07f8a417 (diff)
update automated checkins
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionManager.cs')
-rw-r--r--MediaBrowser.Controller/Session/ISessionManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionManager.cs b/MediaBrowser.Controller/Session/ISessionManager.cs
index 387195245..956d4cc95 100644
--- a/MediaBrowser.Controller/Session/ISessionManager.cs
+++ b/MediaBrowser.Controller/Session/ISessionManager.cs
@@ -99,6 +99,8 @@ namespace MediaBrowser.Controller.Session
/// <exception cref="System.ArgumentNullException"></exception>
Task OnPlaybackProgress(PlaybackProgressInfo info);
+ Task OnPlaybackProgress(PlaybackProgressInfo info, bool isAutomated);
+
/// <summary>
/// Used to report that playback has ended for an item
/// </summary>