mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
DateTime.ToString fixes for other countries
Fixed: Aired Date sorting on Missing
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user