mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: prefer object initializers (#7342)
This commit is contained in:
@@ -113,7 +113,6 @@ namespace Jackett.Common.Indexers
|
||||
|
||||
// publish date is not available in the torrent list, but we add a relative date so we can sort
|
||||
lastPublishDate = lastPublishDate.AddMinutes(-1);
|
||||
|
||||
var release = new ReleaseInfo
|
||||
{
|
||||
Title = title,
|
||||
|
Reference in New Issue
Block a user