10 lines
220 B
C#
10 lines
220 B
C#
using LANCommander.SDK.Enums;
|
|
|
|
namespace LANCommander.Server.Services.Models
|
|
{
|
|
public class MediaGrabberOptions
|
|
{
|
|
public MediaType Type { get; set; }
|
|
public string Search { get; set; }
|
|
}
|
|
}
|