mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 05:18:27 +01:00
update connect scripts
This commit is contained in:
@@ -26,12 +26,12 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// Gets the local images.
|
||||
/// </summary>
|
||||
/// <returns>IEnumerable<LocalFileInfo>.</returns>
|
||||
IEnumerable<LocalFileInfo> GetLocalPhotos();
|
||||
Task<IEnumerable<LocalFileInfo>> GetLocalPhotos();
|
||||
/// <summary>
|
||||
/// Gets the local videos.
|
||||
/// </summary>
|
||||
/// <returns>IEnumerable<LocalFileInfo>.</returns>
|
||||
IEnumerable<LocalFileInfo> GetLocalVideos();
|
||||
Task<IEnumerable<LocalFileInfo>> GetLocalVideos();
|
||||
/// <summary>
|
||||
/// Uploads the file.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user