mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace NzbDrone.Core.Indexers
|
||||
return ParseDate(dateString);
|
||||
}
|
||||
|
||||
public static List<String> Links(this XElement item)
|
||||
public static List<string> Links(this XElement item)
|
||||
{
|
||||
var elements = item.Elements("link");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user