From 855f8d35f28cacc55a342ae1f83c249839128914 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 28 Feb 2022 18:44:12 -0600 Subject: [PATCH] Fixed:(pornolab) language formatting --- src/NzbDrone.Core/Indexers/Definitions/PornoLab.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Definitions/PornoLab.cs b/src/NzbDrone.Core/Indexers/Definitions/PornoLab.cs index 8ec32e9b0..1cd899998 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/PornoLab.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/PornoLab.cs @@ -26,7 +26,7 @@ namespace NzbDrone.Core.Indexers.Definitions public override string[] IndexerUrls => new string[] { "https://pornolab.net/" }; private string LoginUrl => Settings.BaseUrl + "forum/login.php"; public override string Description => "PornoLab is a Semi-Private Russian site for Adult content"; - public override string Language => "ru-ru"; + public override string Language => "ru-RU"; public override Encoding Encoding => Encoding.GetEncoding("windows-1251"); public override DownloadProtocol Protocol => DownloadProtocol.Torrent; public override IndexerPrivacy Privacy => IndexerPrivacy.SemiPrivate;