jellyfin/Jellyfin.Api
Bond_009 2dcb2f8a9f Ban the usage of Task.Result
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-22 16:48:31 +01:00
..
Attributes Fix some warnings 2021-11-16 16:31:57 +01:00
Auth Don't throw exception on unauthenticated requests 2021-11-13 07:27:28 -07:00
Constants Remove the dependency on BaseAuthorizationHandler 2021-09-10 11:44:50 +02:00
Controllers Ban the usage of Task.Result 2022-01-22 16:48:31 +01:00
Extensions Move non-jellyfin extensions to separate project 2021-06-19 18:04:46 +02:00
Helpers Properly populate QueryResult 2022-01-20 08:53:06 -07:00
ModelBinders Update StyleCop 2021-12-24 18:28:27 +01:00
Models Merge branch 'master' into keyframe_extraction_v1 2022-01-07 10:23:22 +01:00
WebSocketListeners Remove circular dependency between websocket listeners and manager 2020-11-28 11:21:53 +01:00
BaseJellyfinApiController.cs Move non-jellyfin extensions to separate project 2021-06-19 18:04:46 +02:00
Jellyfin.Api.csproj Ban the usage of Task.Result 2022-01-22 16:48:31 +01:00