mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-02 18:55:38 -04:00
8 lines
163 B
C#
8 lines
163 B
C#
namespace NzbDrone.Core.Model
|
|
{
|
|
public class SceneNameModel
|
|
{
|
|
public string Name { get; set; }
|
|
public int SeriesId { get; set; }
|
|
}
|
|
} |