diff options
| author | Claus Vium <clausvium@gmail.com> | 2019-08-15 14:56:49 +0200 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-08-15 14:56:49 +0200 |
| commit | f7f3627bb12eb06e104d5c52e074c45c37e6e4ca (patch) | |
| tree | f2f8f1e0fff53565729d4e85ba1e607e208abeb0 | |
| parent | f4a99beb161d1444af686f5a54ce7bdc1b0790a8 (diff) | |
Remove unused import
| -rw-r--r-- | MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs | 1 |
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; |
