mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
DateTime.ToString fixes for other countries
Fixed: Aired Date sorting on Missing
This commit is contained in:
parent
7bdc10c370
commit
feaf63c758
6 changed files with 10 additions and 8 deletions
|
@ -12,8 +12,8 @@ namespace NzbDrone.Web.Models
|
|||
public string SeriesTitleSorter { get; set; }
|
||||
public string EpisodeNumbering { get; set; }
|
||||
public string EpisodeTitle { get; set; }
|
||||
public string AirDateSorter { get; set; }
|
||||
public string AirDate { get; set; }
|
||||
public string AirDateString { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public string Details { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue