gnattu
|
3089e9e40a
|
Fix json array string writer in JsonDelimitedArrayConverter (#12949)
|
2024-11-04 08:04:04 -07:00 |
|
Tim Eisele
|
d4bde14a01
|
Update src/Jellyfin.Extensions/Json/Converters/JsonDelimitedArrayConverter.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
2024-09-19 16:46:59 +02:00 |
|
Shadowghost
|
7a2427bf07
|
Add SessionInfoDto, DeviceInfoDto and implement JsonDelimitedArrayConverter.Write
|
2024-09-18 15:42:15 +02:00 |
|
Bond_009
|
97a02f5803
|
Remove BOM from UTF-8 files
I think some people need to change their IDE configuration ;)
|
2024-08-30 15:29:48 +02:00 |
|
Bond_009
|
18a311d32f
|
== null -> is null
|
2023-08-22 21:14:54 +02:00 |
|
Bond_009
|
ea9fc9f9cc
|
Remove unreachable branches from JsonConverters
* If the type is a reference type we don't have to handle null ourselves
* reader.ValueSpan is only valid if reader.HasValueSequence is false
|
2021-12-19 02:20:46 +01:00 |
|
Bond_009
|
d4373a2ddb
|
Use ConvertFrom with invariant culture instead of current culture
|
2021-10-01 10:54:06 +02:00 |
|
Bond_009
|
086d5925c9
|
Update Jellyfin.Extensions to .Net6
|
2021-09-24 20:15:46 +02:00 |
|
Bond_009
|
6f8ccab788
|
Move non-jellyfin extensions to separate project
|
2021-06-19 18:04:46 +02:00 |
|