namespace MediaBrowser.Model.Sync { public enum SyncCategory { /// /// The latest /// Latest = 0, /// /// The next up /// NextUp = 1, /// /// The resume /// Resume = 2 } }