update connect scripts

This commit is contained in:
Luke Pulverenti
2014-10-27 17:45:50 -04:00
parent 3ccb6bddef
commit 67528a0799
7 changed files with 17 additions and 12 deletions

View File

@@ -26,12 +26,12 @@ namespace MediaBrowser.Model.ApiClient
/// Gets the local images.
/// </summary>
/// <returns>IEnumerable&lt;LocalFileInfo&gt;.</returns>
IEnumerable<LocalFileInfo> GetLocalPhotos();
Task<IEnumerable<LocalFileInfo>> GetLocalPhotos();
/// <summary>
/// Gets the local videos.
/// </summary>
/// <returns>IEnumerable&lt;LocalFileInfo&gt;.</returns>
IEnumerable<LocalFileInfo> GetLocalVideos();
Task<IEnumerable<LocalFileInfo>> GetLocalVideos();
/// <summary>
/// Uploads the file.
/// </summary>