SyncLimitType.cs 101 B

1234567
  1. namespace MediaBrowser.Model.Sync
  2. {
  3. public enum SyncLimitType
  4. {
  5. ItemCount = 0
  6. }
  7. }