mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-22 01:56:40 +00:00
fix folder rip probe
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
|
||||
namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public class SyncDataRequest
|
||||
{
|
||||
public string[] LocalItemIds { get; set; }
|
||||
public string[] OfflineUserIds { get; set; }
|
||||
public string[] SyncJobItemIds { get; set; }
|
||||
|
||||
public string TargetId { get; set; }
|
||||
@@ -13,7 +11,6 @@ namespace MediaBrowser.Model.Sync
|
||||
public SyncDataRequest()
|
||||
{
|
||||
LocalItemIds = new string[] { };
|
||||
OfflineUserIds = new string[] { };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user