mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-23 00:57:02 +01:00
extract classes
This commit is contained in:
7
MediaBrowser.Model/Sync/SyncLimitType.cs
Normal file
7
MediaBrowser.Model/Sync/SyncLimitType.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public enum SyncLimitType
|
||||
{
|
||||
ItemCount = 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user