mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Cleanup unused frontend components
This commit is contained in:
@@ -224,13 +224,6 @@ namespace NzbDrone.Core.Configuration
|
||||
set { SetValue("CalendarWeekColumnHeader", value); }
|
||||
}
|
||||
|
||||
public MovieRuntimeFormatType MovieRuntimeFormat
|
||||
{
|
||||
get { return GetValueEnum("MovieRuntimeFormat", MovieRuntimeFormatType.HoursMinutes); }
|
||||
|
||||
set { SetValue("MovieRuntimeFormat", value); }
|
||||
}
|
||||
|
||||
public string ShortDateFormat
|
||||
{
|
||||
get { return GetValue("ShortDateFormat", "MMM D YYYY"); }
|
||||
|
Reference in New Issue
Block a user