mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-29 02:55:38 +00:00
8 lines
No EOL
167 B
C#
8 lines
No EOL
167 B
C#
namespace NzbDrone.Web.Models
|
|
{
|
|
public class SeriesSearchResultModel
|
|
{
|
|
public int Id { get; set; }
|
|
public string Title { get; set; }
|
|
}
|
|
} |