Browse Source

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

CS 10 months ago
parent
commit
b34cbc2f16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Providers/Plugins/StudioImages/Plugin.cs

+ 1 - 1
MediaBrowser.Providers/Plugins/StudioImages/Plugin.cs

@@ -18,7 +18,7 @@ namespace MediaBrowser.Providers.Plugins.StudioImages
         /// <summary>
         /// Artwork repository URL.
         /// </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>
         /// Initializes a new instance of the <see cref="Plugin"/> class.