mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-16 19:14:52 +01:00
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs |
||
|---|---|---|
| .. | ||
| ChannelInfo.cs | ||
| IListingsProvider.cs | ||
| ILiveTvManager.cs | ||
| ILiveTvService.cs | ||
| ITunerHost.cs | ||
| LiveTvChannel.cs | ||
| LiveTvConflictException.cs | ||
| LiveTvProgram.cs | ||
| LiveTvServiceStatusInfo.cs | ||
| LiveTvTunerInfo.cs | ||
| ProgramInfo.cs | ||
| RecordingInfo.cs | ||
| RecordingStatusChangedEventArgs.cs | ||
| SeriesTimerInfo.cs | ||
| TimerEventInfo.cs | ||
| TimerInfo.cs | ||
| TunerChannelMapping.cs | ||