aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-25 15:29:38 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-25 15:29:38 -0500
commitea374c01b1843e1ae9e973ada91e16d1a14fe438 (patch)
tree5013e4e63e7a409eaf9b7b5fb062804df89135d9 /MediaBrowser.Controller
parentcd144bc6f532e6e2981eaca68f28caa4c603a360 (diff)
add tuner data version
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/LiveTv/LiveTvTunerInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvTunerInfo.cs b/MediaBrowser.Controller/LiveTv/LiveTvTunerInfo.cs
index 2b1e2f21d..5c001f288 100644
--- a/MediaBrowser.Controller/LiveTv/LiveTvTunerInfo.cs
+++ b/MediaBrowser.Controller/LiveTv/LiveTvTunerInfo.cs
@@ -64,7 +64,7 @@ namespace MediaBrowser.Controller.LiveTv
/// </summary>
/// <value><c>true</c> if this instance can reset; otherwise, <c>false</c>.</value>
public bool CanReset { get; set; }
-
+
public LiveTvTunerInfo()
{
Clients = new List<string>();