mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 03:34:46 +03:00
added GetMovieRecommendations to IApiClient
This commit is contained in:
@@ -1522,5 +1522,11 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <param name="jobInfo">The job information.</param>
|
||||
/// <returns>Task<SyncOptions>.</returns>
|
||||
Task<SyncDialogOptions> GetSyncOptions(SyncJobRequest jobInfo);
|
||||
/// <summary>
|
||||
/// Gets the movie recommendations.
|
||||
/// </summary>
|
||||
/// <param name="query">The query.</param>
|
||||
/// <returns>Task<List<RecommendationDto>>.</returns>
|
||||
Task<List<RecommendationDto>> GetMovieRecommendations(MovieRecommendationQuery query);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user