namespace MediaBrowser.Model.Sync { public enum SyncQuality { /// /// The good /// Low = 0, /// /// The better /// Medium = 1, /// /// The best /// High = 2 } }