mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-14 21:33:25 +02: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 |
||
|---|---|---|
| .. | ||
| Audio | ||
| Movies | ||
| TV | ||
| AggregateFolder.cs | ||
| AudioBook.cs | ||
| BaseItem.cs | ||
| BaseItemExtensions.cs | ||
| BasePluginFolder.cs | ||
| Book.cs | ||
| CollectionFolder.cs | ||
| DayOfWeekHelper.cs | ||
| Extensions.cs | ||
| Folder.cs | ||
| Genre.cs | ||
| ICollectionFolder.cs | ||
| IHasAspectRatio.cs | ||
| IHasDisplayOrder.cs | ||
| IHasMediaSources.cs | ||
| IHasProgramAttributes.cs | ||
| IHasScreenshots.cs | ||
| IHasSeries.cs | ||
| IHasSpecialFeatures.cs | ||
| IHasStartDate.cs | ||
| IHasTrailers.cs | ||
| IItemByName.cs | ||
| IMetadataContainer.cs | ||
| InternalItemsQuery.cs | ||
| InternalPeopleQuery.cs | ||
| ISupportsBoxSetGrouping.cs | ||
| ISupportsPlaceHolders.cs | ||
| ItemImageInfo.cs | ||
| LinkedChild.cs | ||
| MusicVideo.cs | ||
| PeopleHelper.cs | ||
| Person.cs | ||
| Photo.cs | ||
| PhotoAlbum.cs | ||
| Share.cs | ||
| SourceType.cs | ||
| Studio.cs | ||
| TagExtensions.cs | ||
| Trailer.cs | ||
| User.cs | ||
| UserItemData.cs | ||
| UserRootFolder.cs | ||
| UserView.cs | ||
| UserViewBuilder.cs | ||
| Video.cs | ||
| Year.cs | ||