diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-23 00:52:30 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-23 00:52:30 -0500 |
| commit | 2d27b10d11552d160cb2b3c41c5e0e5bf60e7350 (patch) | |
| tree | ce3fefde2e9da005549491419eab2daa4ef2fd95 /MediaBrowser.Controller/LiveTv | |
| parent | 2d0ce724ea09bf51cb12b6b04ea63dfaf74b0ad2 (diff) | |
added chromecast boilerplate
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ILiveTvRecording.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvRecording.cs b/MediaBrowser.Controller/LiveTv/ILiveTvRecording.cs index 668c3a414b..edf86cae8d 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvRecording.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvRecording.cs @@ -2,6 +2,7 @@ using MediaBrowser.Controller.Providers; using System.Threading; using System.Threading.Tasks; +using MediaBrowser.Model.Library; namespace MediaBrowser.Controller.LiveTv { @@ -20,5 +21,7 @@ namespace MediaBrowser.Controller.LiveTv bool IsParentalAllowed(User user); Task RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken); + + PlayAccess GetPlayAccess(User user); } } |
