diff options
| author | CS <comwan@gmail.com> | 2024-08-02 16:12:55 +0200 |
|---|---|---|
| committer | CS <comwan@gmail.com> | 2024-08-02 16:12:55 +0200 |
| commit | b34cbc2f169567eb28b4e8a4225ad2eab584d730 (patch) | |
| tree | 18e6701354adbb70aa0e52d2e414f485a12db063 | |
| parent | 894933848ab6daf4176419dc31d914f87a8a071f (diff) | |
Update default artwork repository url to point to githubusercontent.com domain
| -rw-r--r-- | MediaBrowser.Providers/Plugins/StudioImages/Plugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Plugins/StudioImages/Plugin.cs b/MediaBrowser.Providers/Plugins/StudioImages/Plugin.cs index 78150153a..28f8c0c61 100644 --- a/MediaBrowser.Providers/Plugins/StudioImages/Plugin.cs +++ b/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. |
