namespace MediaBrowser.Controller.Library { public class DeleteOptions { public bool DeleteFileLocation { get; set; } } }