mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixed Series.QualityProfile relationship
more subsonic cleanup
This commit is contained in:
@@ -6,10 +6,10 @@ namespace NzbDrone.Core.Repository
|
||||
[PrimaryKey("CleanTitle", autoIncrement = false)]
|
||||
public class SceneMapping
|
||||
{
|
||||
public virtual string CleanTitle { get; set; }
|
||||
public string CleanTitle { get; set; }
|
||||
|
||||
public virtual int SeriesId { get; set; }
|
||||
public int SeriesId { get; set; }
|
||||
|
||||
public virtual string SceneName { get; set; }
|
||||
public string SceneName { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user