rebase cleanup.

This commit is contained in:
kay.one
2013-03-24 21:46:51 -07:00
parent 6dd56114e3
commit 971053f8a2
11 changed files with 7 additions and 36 deletions

View File

@@ -1,10 +1,8 @@
using System.Linq;
using NzbDrone.Core.Datastore;
using ServiceStack.DataAnnotations;
namespace NzbDrone.Core.ReferenceData
{
[Alias("SceneMappings")]
public class SceneMapping : ModelBase
{
public string CleanTitle { get; set; }