update voice script

This commit is contained in:
Luke Pulverenti
2015-06-02 13:46:44 -04:00
parent 56b82414de
commit cf0fd24940
9 changed files with 98 additions and 50 deletions

View File

@@ -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; }
}
}