jellyfin/MediaBrowser.Model
gnattu 4a4fef830e
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
2025-03-31 17:43:31 -06:00
..
2025-03-25 16:45:00 +01:00
2021-10-26 13:56:30 +02:00
2020-02-23 12:11:43 +01:00
2025-03-30 21:37:58 -06:00
2025-03-11 21:04:12 +00:00
2025-03-25 16:45:00 +01:00
2025-03-25 15:30:22 +00:00
2025-01-25 20:05:15 -05:00
2025-03-30 21:51:54 -06:00
2020-08-20 15:17:42 +08:00
2022-12-05 15:00:20 +01:00
2025-03-30 21:51:54 -06:00