updated nuget

This commit is contained in:
Luke Pulverenti
2015-03-18 23:47:21 -04:00
parent aac044f18f
commit c87c516ea3
8 changed files with 99 additions and 77 deletions

View File

@@ -60,7 +60,8 @@ namespace MediaBrowser.Controller.Sync
/// </summary>
/// <param name="path">The path.</param>
/// <param name="target">The target.</param>
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns>Task&lt;List&lt;DeviceFileInfo&gt;&gt;.</returns>
Task<List<DeviceFileInfo>> GetFileSystemEntries(string path, SyncTarget target);
Task<List<DeviceFileInfo>> GetFileSystemEntries(string path, SyncTarget target, CancellationToken cancellationToken);
}
}