diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-12 01:31:21 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-12 01:31:21 -0500 |
| commit | c8a106f485ff7e340ee8ca67adac3351ec6a31b6 (patch) | |
| tree | 36e11b0f63e6f756645f21739f1338fee12b416e /MediaBrowser.Controller/LiveTv | |
| parent | 5f7871ca540d41149bfcf05f78b00660a9599d5a (diff) | |
move media encoder to server project
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs index d23c8c555..1856182da 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs @@ -1,5 +1,4 @@ -using System.IO; -using MediaBrowser.Controller.Entities; +using MediaBrowser.Controller.Entities; using MediaBrowser.Model.LiveTv; using MediaBrowser.Model.Querying; using System.Collections.Generic; |
