mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-19 22:20:33 +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