diff options
| author | Claus Vium <clausvium@gmail.com> | 2019-02-13 12:20:13 +0100 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-02-15 19:33:10 +0100 |
| commit | 5a054e5150f18ba6e23f463f024c305acb39585e (patch) | |
| tree | 4773491d1c6c5e6d1432e6f89aca19c3fd2a64ae /MediaBrowser.Providers | |
| parent | 98f003f71a0ef5c34247299bdc19b0257db580f4 (diff) | |
Remove useless doc
Diffstat (limited to 'MediaBrowser.Providers')
| -rw-r--r-- | MediaBrowser.Providers/TV/TheTVDB/TvdbUtils.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Providers/TV/TheTVDB/TvdbUtils.cs b/MediaBrowser.Providers/TV/TheTVDB/TvdbUtils.cs index d253b76a4..8610908bd 100644 --- a/MediaBrowser.Providers/TV/TheTVDB/TvdbUtils.cs +++ b/MediaBrowser.Providers/TV/TheTVDB/TvdbUtils.cs @@ -1,23 +1,12 @@ using System; using System.ComponentModel; using MediaBrowser.Model.Entities; -using TvDbSharper.Dto; - namespace MediaBrowser.Providers.TV.TheTVDB { - /// <summary> - /// Class TVUtils - /// </summary> public static class TvdbUtils { - /// <summary> - /// The TVDB API key - /// </summary> public static readonly string TvdbApiKey = "OG4V3YJ3FAP7FP2K"; public static readonly string TvdbBaseUrl = "https://www.thetvdb.com/"; - /// <summary> - /// The banner URL - /// </summary> public static readonly string BannerUrl = TvdbBaseUrl + "banners/"; public static ImageType GetImageTypeFromKeyType(string keyType) |
