Fix contact uri

This commit is contained in:
Cody Robibero 2022-01-07 15:30:26 -07:00
parent ccdb616c87
commit 66abe81764

View File

@ -40,7 +40,7 @@ namespace Jellyfin.Plugin.CoverArtArchive
_httpClientFactory = httpClientFactory; _httpClientFactory = httpClientFactory;
_logger = logger; _logger = logger;
_coverArtClient = new CoverArt("Jellyfin Cover Art Archive Plugin", Assembly.GetExecutingAssembly().GetName().Version!.ToString(), "apps@jellyfin.org"); _coverArtClient = new CoverArt("Jellyfin Cover Art Archive Plugin", Assembly.GetExecutingAssembly().GetName().Version!.ToString(), "https://jellyfin.org");
} }
/// <inheritdoc /> /// <inheritdoc />