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

@@ -74,6 +74,6 @@ namespace MediaBrowser.Controller.Sync
/// </summary>
/// <param name="query">The query.</param>
/// <returns>QueryResult&lt;System.String&gt;.</returns>
QueryResult<string> GetLibraryItemIds(SyncJobItemQuery query);
QueryResult<SyncedItemProgress> GetSyncedItemProgresses(SyncJobItemQuery query);
}
}