mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Dates used for sorting will rely on EN-US standard, display will relay on user's culture.
This commit is contained in:
parent
02ecd0f958
commit
baed29710e
5 changed files with 13 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue