Files
jellyfin/MediaBrowser.Model
gnattu 1fff472569 Explicitly set default value for enums used in API models (#13821)
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

(cherry picked from commit 4a4fef830e)
2025-04-03 18:14:42 +02:00
..
2021-07-26 23:02:32 +02:00
2021-10-26 13:56:30 +02:00
2020-02-23 12:11:43 +01:00
2024-02-28 17:39:09 -07:00
2024-09-07 11:23:48 -06:00
2024-04-02 08:08:36 +02:00
2024-08-05 17:17:57 +02:00
2020-08-20 15:17:42 +08:00
2024-08-30 15:29:48 +02:00
2024-09-04 17:38:10 +02:00
2022-12-05 15:00:20 +01:00