Cleanup unused frontend components

This commit is contained in:
Qstick
2021-04-25 10:02:18 -04:00
parent 6dc475cf53
commit 2b6b17707d
110 changed files with 102 additions and 2602 deletions

View File

@@ -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"); }