Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/6e1d1eed23442976ac0d9b2a2af44b7a6804ea09/MediaBrowser.Common/Json/Converters You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

25 Commits (6e1d1eed23442976ac0d9b2a2af44b7a6804ea09)

Author SHA1 Message Date
crobibero ac790cd77b Properly handle null structs in json 5 years ago
crobibero 9ddf550b43 Simplify json converters 5 years ago
crobibero 471e760057 remove unused declaration 5 years ago
crobibero eb400f7292 Fallback to base jsonconverter 5 years ago
crobibero 1f2d73af8e Only handle empty string or null case 5 years ago
crobibero 9b2359a453 readd nullable number converters 5 years ago
crobibero 8b96881aa1 Clean up json Converters 5 years ago
crobibero 5f64ab02a0 bump System.Text.Json 5 years ago
crobibero d951554779 fix copy-pasta 5 years ago
crobibero 384a62dc08 Add nullable int32, int64 json converters 5 years ago
crobibero 64ace58ef5 fix docs 5 years ago
crobibero 64658a0bd0 Return int64 in json as number 5 years ago
David 4ea412f2ab Fix remote images 5 years ago
David ee03b919f9 Fix parsing 5 years ago
Patrick Barron fe02c6e863
Merge pull request from crobibero/api-scheduled-tasks 5 years ago
David 6651cb8d24 Add JsonInto32Converter 5 years ago
crobibero 39376bace3 Merge remote-tracking branch 'upstream/api-migration' into api-scheduled-tasks 5 years ago
crobibero ec3e15db57 Fix merge and build 5 years ago
crobibero a787efc660 Merge remote-tracking branch 'upstream/api-migration' into api-scheduled-tasks 5 years ago
crobibero 8b59934ccb remove extra Clear call 5 years ago
crobibero 01a5103fef Add Dictionary with non-string keys to System.Text.Json 5 years ago
crobibero 341b947cde Move int64 converter to JsonDefaults location 5 years ago
Bond_009 f9a454628d Preformance!!! 5 years ago
Bond_009 cf2e2a3f30 Fix exceptions while scanning 5 years ago
Bond_009 e553eba31e Use System.Text.Json api 6 years ago