ImageSavingConvention.cs 164 B

12345678910
  1. #pragma warning disable CS1591
  2. namespace MediaBrowser.Model.Configuration
  3. {
  4. public enum ImageSavingConvention
  5. {
  6. Legacy,
  7. Compatible
  8. }
  9. }