1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

more file naming cleanup.

This commit is contained in:
kay.one
2013-03-06 14:20:34 -08:00
parent f21358fce5
commit 969dff5197
9 changed files with 161 additions and 231 deletions
-10
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; }
}
}