mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Add PublishDate to Potato feed for Radarr (#934)
This commit is contained in:
@@ -18,5 +18,6 @@ namespace Jackett.Models
|
||||
public long size { get; set; }
|
||||
public int leechers { get; set; }
|
||||
public int seeders { get; set; }
|
||||
public DateTime publish_date { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user