mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
@@ -470,7 +470,8 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
|
||||
private static string NewsnabifyTitle(string title)
|
||||
{
|
||||
return title.Replace("+", "%20");
|
||||
title = title.Replace("+", " ");
|
||||
return Uri.EscapeDataString(title);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user