From 5a054e5150f18ba6e23f463f024c305acb39585e Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Wed, 13 Feb 2019 12:20:13 +0100 Subject: [PATCH] Remove useless doc --- MediaBrowser.Providers/TV/TheTVDB/TvdbUtils.cs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/MediaBrowser.Providers/TV/TheTVDB/TvdbUtils.cs b/MediaBrowser.Providers/TV/TheTVDB/TvdbUtils.cs index d253b76a46..8610908bdb 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 { - /// - /// Class TVUtils - /// public static class TvdbUtils { - /// - /// The TVDB API key - /// public static readonly string TvdbApiKey = "OG4V3YJ3FAP7FP2K"; public static readonly string TvdbBaseUrl = "https://www.thetvdb.com/"; - /// - /// The banner URL - /// public static readonly string BannerUrl = TvdbBaseUrl + "banners/"; public static ImageType GetImageTypeFromKeyType(string keyType)