Przeglądaj źródła

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

CS 10 miesięcy temu
rodzic
commit
b34cbc2f16

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

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