diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-04-26 12:18:12 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-04-26 12:18:12 -0400 |
| commit | 8449ded79389a085ed68cf5c5353f8218cbe2e85 (patch) | |
| tree | b7b587d112c1ee5cf7907c53f4ef3492610e7b23 /MediaBrowser.Controller/Library | |
| parent | 69622a74a8c60f60d9859de8d247bcbe488e68d3 (diff) | |
| parent | 0ace5b38c353781b056e17191b00df714594ec8f (diff) | |
Merge pull request #1684 from nfnty/api
Use HTTPS for API requests: Fix missed URLs
Diffstat (limited to 'MediaBrowser.Controller/Library')
| -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. |
