mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 07:42:30 +02:00
Enums in response model with no nullability or default value will make the API very fragile as each extension to the enum will break the API for some clients, but a lot of enums actually do have an unknown value which should be used as a default. This set all model properties that are non-nullable using an enum that has an Unknown member in 10.10, except MediaStream.VideoRangeType which is refactored in #13277 |
||
|---|---|---|
| .. | ||
| BaseItemDto.cs | ||
| BaseItemPerson.cs | ||
| ClientCapabilitiesDto.cs | ||
| DeviceInfoDto.cs | ||
| DisplayPreferencesDto.cs | ||
| IHasServerId.cs | ||
| IItemDto.cs | ||
| ImageInfo.cs | ||
| ItemCounts.cs | ||
| MediaSourceInfo.cs | ||
| MediaSourceType.cs | ||
| MetadataEditorInfo.cs | ||
| NameGuidPair.cs | ||
| NameIdPair.cs | ||
| NameValuePair.cs | ||
| PlaylistDto.cs | ||
| RatingType.cs | ||
| RecommendationDto.cs | ||
| RecommendationType.cs | ||
| SessionInfoDto.cs | ||
| UpdateUserItemDataDto.cs | ||
| UserDto.cs | ||
| UserItemDataDto.cs | ||