diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-26 14:45:25 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-26 14:45:25 -0400 |
| commit | 4d87927e41dd0c96518b24d7ae4efcd1d430004a (patch) | |
| tree | 975002c498f7256955ed67be1382b7c56034a0e9 /MediaBrowser.Controller/Library | |
| parent | c40bf00587d08d606f7af96f303272416b6e3ef8 (diff) | |
| parent | 8449ded79389a085ed68cf5c5353f8218cbe2e85 (diff) | |
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
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. |
