Update default artwork repository url to point to githubusercontent.com domain

This commit is contained in:
CS 2024-08-02 16:12:55 +02:00
parent 894933848a
commit b34cbc2f16

View File

@ -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.