Luke Pulverenti 11 years ago
commit ae63a3c2f7

@ -36,12 +36,13 @@ namespace MediaBrowser.Controller.LiveTv
/// <summary> /// <summary>
/// Schedules the recording asynchronous. /// Schedules the recording asynchronous.
/// </summary> /// </summary>
/// <param name="name">The name for the recording</param>
/// <param name="channelId">The channel identifier.</param> /// <param name="channelId">The channel identifier.</param>
/// <param name="startTime">The start time.</param> /// <param name="startTime">The start time.</param>
/// <param name="duration">The duration.</param> /// <param name="duration">The duration.</param>
/// <param name="cancellationToken">The cancellation token.</param> /// <param name="cancellationToken">The cancellation token.</param>
/// <returns>Task.</returns> /// <returns>Task.</returns>
Task ScheduleRecordingAsync(string channelId, DateTime startTime, TimeSpan duration, CancellationToken cancellationToken); Task ScheduleRecordingAsync(string name,string channelId, DateTime startTime, TimeSpan duration, CancellationToken cancellationToken);
/// <summary> /// <summary>
/// Gets the channel image asynchronous. /// Gets the channel image asynchronous.

@ -237,7 +237,4 @@ Global
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
EndGlobalSection EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal EndGlobal

Loading…
Cancel
Save