aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2019-08-15 14:56:49 +0200
committerClaus Vium <clausvium@gmail.com>2019-08-15 14:56:49 +0200
commitf7f3627bb12eb06e104d5c52e074c45c37e6e4ca (patch)
treef2f8f1e0fff53565729d4e85ba1e607e208abeb0
parentf4a99beb161d1444af686f5a54ce7bdc1b0790a8 (diff)
Remove unused import
-rw-r--r--MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs b/MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs
index 287da36d4..5249a3fc0 100644
--- a/MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs
+++ b/MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Common.Net;