9 lines
146 B
C#
9 lines
146 B
C#
|
|
namespace MediaBrowser.Controller.Library
|
|
{
|
|
public class DeleteOptions
|
|
{
|
|
public bool DeleteFileLocation { get; set; }
|
|
}
|
|
}
|