diff options
| author | Patrick Barron <18354464+barronpm@users.noreply.github.com> | 2020-06-18 13:22:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 13:22:52 +0000 |
| commit | 1da044e0eb6cd4a96f4c554a0348663380868f80 (patch) | |
| tree | 66514d35bb1a5caed4f76b70efc298c017ed429f /Jellyfin.Api/Controllers/SubtitleController.cs | |
| parent | 116284fe995bfdf9b5b0aaddbb745ca1f278d841 (diff) | |
| parent | 9a51f484af3dbbb5717a88fb85473aec78234e32 (diff) | |
Merge pull request #3369 from crobibero/api-cleanup
Remove #nullable, make Task.Run async
Diffstat (limited to 'Jellyfin.Api/Controllers/SubtitleController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/SubtitleController.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/SubtitleController.cs b/Jellyfin.Api/Controllers/SubtitleController.cs index 97df8c60d..caf30031b 100644 --- a/Jellyfin.Api/Controllers/SubtitleController.cs +++ b/Jellyfin.Api/Controllers/SubtitleController.cs @@ -1,4 +1,3 @@ -#nullable enable #pragma warning disable CA1801 using System; |
