diff options
| author | nfnty <git@nfnty.se> | 2016-04-26 10:26:41 +0200 |
|---|---|---|
| committer | nfnty <git@nfnty.se> | 2016-04-26 12:13:13 +0200 |
| commit | 0ace5b38c353781b056e17191b00df714594ec8f (patch) | |
| tree | b7b587d112c1ee5cf7907c53f4ef3492610e7b23 /MediaBrowser.Controller/Library/TVUtils.cs | |
| parent | 69622a74a8c60f60d9859de8d247bcbe488e68d3 (diff) | |
Use HTTPS for API requests: Fix missed URLs
Diffstat (limited to 'MediaBrowser.Controller/Library/TVUtils.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/TVUtils.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/TVUtils.cs b/MediaBrowser.Controller/Library/TVUtils.cs index f8039b2cf..29421ebaf 100644 --- a/MediaBrowser.Controller/Library/TVUtils.cs +++ b/MediaBrowser.Controller/Library/TVUtils.cs @@ -15,7 +15,7 @@ namespace MediaBrowser.Controller.Library /// <summary> /// The banner URL /// </summary> - public static readonly string BannerUrl = "http://www.thetvdb.com/banners/"; + public static readonly string BannerUrl = "https://www.thetvdb.com/banners/"; /// <summary> /// Gets the air days. |
