mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
7 lines
101 B
C#
7 lines
101 B
C#
namespace MediaBrowser.Model.Sync
|
|
{
|
|
public enum SyncLimitType
|
|
{
|
|
ItemCount = 0
|
|
}
|
|
} |