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