#680 - Support new episode file sorting

This commit is contained in:
Luke Pulverenti
2014-01-19 01:36:21 -05:00
parent d2cae40128
commit a9f2a72d0b
12 changed files with 383 additions and 2 deletions

View File

@@ -124,5 +124,10 @@ namespace MediaBrowser.Common.Implementations.ScheduledTasks.Tasks
{
get { return true; }
}
public bool IsEnabled
{
get { return true; }
}
}
}