diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-26 21:38:11 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-26 21:38:11 -0500 |
| commit | 64818ebd223880d1ef7d7173b10968077d2378b0 (patch) | |
| tree | fb998d497b29d77d1bb722fa49b60a287613f64e /MediaBrowser.Controller | |
| parent | 9f5fbfa8551e22287080fa28af1177279c72db21 (diff) | |
fix directory watchers not picking up changes
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs index a04072d28d..91634b4bfb 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs @@ -1,7 +1,7 @@ -using System.Threading; -using MediaBrowser.Model.LiveTv; +using MediaBrowser.Model.LiveTv; using MediaBrowser.Model.Querying; using System.Collections.Generic; +using System.Threading; using System.Threading.Tasks; namespace MediaBrowser.Controller.LiveTv |
