mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
8 lines
183 B
C#
8 lines
183 B
C#
namespace PlexRequests.Services.Models
|
|
{
|
|
public class PlexMovie
|
|
{
|
|
public string Title { get; set; }
|
|
public string ReleaseYear { get; set; }
|
|
}
|
|
}
|