diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-12 18:30:32 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-12 18:30:32 -0400 |
| commit | d4d10f6e433cc472c5aafe6af53a101bba36bf79 (patch) | |
| tree | 9426472a3ae99e09813f264fc0a464d9c11ce895 /MediaBrowser.Controller/Session/ISessionController.cs | |
| parent | bf0e9d36a909856506f522ba4e3cbf97248f0f1a (diff) | |
add new subtitle preferences
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionController.cs')
| -rw-r--r-- | MediaBrowser.Controller/Session/ISessionController.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionController.cs b/MediaBrowser.Controller/Session/ISessionController.cs index 9c818284d..1b50bad47 100644 --- a/MediaBrowser.Controller/Session/ISessionController.cs +++ b/MediaBrowser.Controller/Session/ISessionController.cs @@ -8,12 +8,6 @@ namespace MediaBrowser.Controller.Session public interface ISessionController { /// <summary> - /// Gets a value indicating whether [supports media remote control]. - /// </summary> - /// <value><c>true</c> if [supports media remote control]; otherwise, <c>false</c>.</value> - bool SupportsMediaRemoteControl { get; } - - /// <summary> /// Gets a value indicating whether this instance is session active. /// </summary> /// <value><c>true</c> if this instance is session active; otherwise, <c>false</c>.</value> |
