DeleteOptions.cs 146 B

12345678
  1. 
  2. namespace MediaBrowser.Controller.Library
  3. {
  4. public class DeleteOptions
  5. {
  6. public bool DeleteFileLocation { get; set; }
  7. }
  8. }