jellyfin/MediaBrowser.Providers/Plugins/AudioDb
Bond_009 d2db700402 Always await instead of directly returning Task
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task

The performance impact is negligible (and it's me saying that!)
2024-10-31 17:02:06 +01:00
..
Configuration Remove BOM from UTF-8 files 2024-08-30 15:29:48 +02:00
AudioDbAlbumExternalId.cs Use non nullable property type when possible 2023-10-08 00:22:36 +02:00
AudioDbAlbumImageProvider.cs Fix warnings 2023-11-14 21:14:21 +01:00
AudioDbAlbumProvider.cs Always await instead of directly returning Task 2024-10-31 17:02:06 +01:00
AudioDbArtistExternalId.cs Use non nullable property type when possible 2023-10-08 00:22:36 +02:00
AudioDbArtistImageProvider.cs Fix warnings 2023-11-14 21:14:21 +01:00
AudioDbArtistProvider.cs Always await instead of directly returning Task 2024-10-31 17:02:06 +01:00
AudioDbOtherAlbumExternalId.cs Use non nullable property type when possible 2023-10-08 00:22:36 +02:00
AudioDbOtherArtistExternalId.cs Use non nullable property type when possible 2023-10-08 00:22:36 +02:00
Plugin.cs Enable nullable for MediaBrowser.Providers 2021-10-26 15:49:01 +02:00