mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
disable chunked encoding for images
This commit is contained in:
@@ -33,6 +33,20 @@ namespace MediaBrowser.Controller.Sync
|
||||
/// <returns>QueryResult<SyncSchedule>.</returns>
|
||||
QueryResult<SyncSchedule> GetSchedules(SyncScheduleQuery query);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the job.
|
||||
/// </summary>
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <returns>SyncJob.</returns>
|
||||
SyncJob GetJob(string id);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the schedule.
|
||||
/// </summary>
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <returns>SyncSchedule.</returns>
|
||||
SyncSchedule GetSchedule(string id);
|
||||
|
||||
/// <summary>
|
||||
/// Cancels the job.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user