more file naming cleanup.

This commit is contained in:
kay.one 2013-03-06 14:20:34 -08:00
commit 969dff5197
9 changed files with 161 additions and 231 deletions

View file

@ -1,10 +0,0 @@
namespace NzbDrone.Core.Model
{
public class EpisodeSortingType
{
public int Id { get; set; }
public string Name { get; set; }
public string Pattern { get; set; }
public string EpisodeSeparator { get; set; }
}
}