7 lines
101 B
C#
7 lines
101 B
C#
namespace MediaBrowser.Model.Sync
|
|
{
|
|
public enum SyncLimitType
|
|
{
|
|
ItemCount = 0
|
|
}
|
|
} |