소스 검색

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

CS 11 달 전
부모
커밋
b34cbc2f16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.