aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/LibraryUpdateInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-17 00:24:10 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-17 00:24:10 -0400
commitc8e4889ac72b4b6fa01ffd0ccf293363ca5ce744 (patch)
treed5e9f5400fc6282aeb0061280e0cfd6d51456c78 /MediaBrowser.Model/Entities/LibraryUpdateInfo.cs
parent26aa47eefddf89a00ad64ab19af31b511142040d (diff)
add subtitle management page
Diffstat (limited to 'MediaBrowser.Model/Entities/LibraryUpdateInfo.cs')
-rw-r--r--MediaBrowser.Model/Entities/LibraryUpdateInfo.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Entities/LibraryUpdateInfo.cs b/MediaBrowser.Model/Entities/LibraryUpdateInfo.cs
index 4371ddae4..07a4b5f60 100644
--- a/MediaBrowser.Model/Entities/LibraryUpdateInfo.cs
+++ b/MediaBrowser.Model/Entities/LibraryUpdateInfo.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace MediaBrowser.Model.Entities
{