update voice script
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using MediaBrowser.Model.Sync;
|
||||
|
||||
namespace MediaBrowser.Controller.Sync
|
||||
{
|
||||
public class SyncedItemProgress
|
||||
{
|
||||
public string ItemId { get; set; }
|
||||
public SyncJobItemStatus Status { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user