mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Dates used for sorting will rely on EN-US standard, display will relay on user's culture.
This commit is contained in:
@@ -14,6 +14,7 @@ namespace NzbDrone.Web.Models
|
||||
public string NzbTitle { get; set; }
|
||||
public string Quality { get; set; }
|
||||
public string Date { get; set; }
|
||||
public string DateSorter { get; set; }
|
||||
public bool IsProper { get; set; }
|
||||
public string Indexer { get; set; }
|
||||
public int EpisodeId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user