mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
Use HTTPS for API requests: Fix missed URLs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user