mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
8 lines
170 B
C#
8 lines
170 B
C#
namespace PlexRequests.UI.Models
|
|
{
|
|
public class QualityModel
|
|
{
|
|
public string Id { get; set; }
|
|
public string Name { get; set; }
|
|
}
|
|
}
|