mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update default artwork repository url to point to githubusercontent.com domain
This commit is contained in:
parent
894933848a
commit
b34cbc2f16
@ -18,7 +18,7 @@ namespace MediaBrowser.Providers.Plugins.StudioImages
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Artwork repository URL.
|
/// Artwork repository URL.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const string DefaultServer = "https://raw.github.com/jellyfin/emby-artwork/master/studios";
|
public const string DefaultServer = "https://raw.githubusercontent.com/jellyfin/emby-artwork/master/studios";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="Plugin"/> class.
|
/// Initializes a new instance of the <see cref="Plugin"/> class.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user