1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-05 02:48:32 +00:00
Lidarr/NzbDrone.Core/Model/SceneNameModel.cs

8 lines
163 B
C#
Raw Normal View History

2011-04-09 19:44:01 -07:00
namespace NzbDrone.Core.Model
{
public class SceneNameModel
{
public string Name { get; set; }
public int SeriesId { get; set; }
}
2011-04-09 19:44:01 -07:00
}