mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
update schedules direct
This commit is contained in:
@@ -14,6 +14,6 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
Task<IEnumerable<ProgramInfo>> GetProgramsAsync(ListingsProviderInfo info, string channelNumber, DateTime startDateUtc, DateTime endDateUtc, CancellationToken cancellationToken);
|
||||
Task AddMetadata(ListingsProviderInfo info, List<ChannelInfo> channels, CancellationToken cancellationToken);
|
||||
Task Validate(ListingsProviderInfo info);
|
||||
Task<List<NameIdPair>> GetLineups(ListingsProviderInfo info, string location);
|
||||
Task<List<NameIdPair>> GetLineups(ListingsProviderInfo info, string country, string location);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -355,8 +355,9 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
/// Gets the lineups.
|
||||
/// </summary>
|
||||
/// <param name="providerId">The provider identifier.</param>
|
||||
/// <param name="country">The country.</param>
|
||||
/// <param name="location">The location.</param>
|
||||
/// <returns>Task<List<NameIdPair>>.</returns>
|
||||
Task<List<NameIdPair>> GetLineups(string providerId, string location);
|
||||
Task<List<NameIdPair>> GetLineups(string providerId, string country, string location);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user