MetadataConfiguration.cs 168 B

12345678
  1. 
  2. namespace MediaBrowser.Model.Configuration
  3. {
  4. public class MetadataConfiguration
  5. {
  6. public bool UseFileCreationTimeForDateAdded { get; set; }
  7. }
  8. }