mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
8 lines
No EOL
160 B
C#
8 lines
No EOL
160 B
C#
namespace Ombi.Api.Sonarr.Models
|
|
{
|
|
public class Item
|
|
{
|
|
public Quality quality { get; set; }
|
|
public bool allowed { get; set; }
|
|
}
|
|
} |