mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3369] [MERGED] Remove #nullable, make Task.Run async #9485
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3369
Author: @crobibero
Created: 6/18/2020
Status: ✅ Merged
Merged: 6/18/2020
Merged by: @barronpm
Base:
api-migration← Head:api-cleanup📝 Commits (1)
9a51f48Remove nullable, add async task📊 Changes
21 files changed (+19 additions, -60 deletions)
View changed files
📝
Jellyfin.Api/Controllers/ActivityLogController.cs(+0 -1)📝
Jellyfin.Api/Controllers/ConfigurationController.cs(+0 -2)📝
Jellyfin.Api/Controllers/DevicesController.cs(+0 -2)📝
Jellyfin.Api/Controllers/FilterController.cs(+1 -2)📝
Jellyfin.Api/Controllers/ImageByNameController.cs(+0 -2)📝
Jellyfin.Api/Controllers/ItemRefreshController.cs(+0 -1)📝
Jellyfin.Api/Controllers/LibraryStructureController.cs(+9 -16)📝
Jellyfin.Api/Controllers/NotificationsController.cs(+0 -1)📝
Jellyfin.Api/Controllers/PackageController.cs(+0 -2)📝
Jellyfin.Api/Controllers/PluginsController.cs(+1 -2)📝
Jellyfin.Api/Controllers/RemoteImageController.cs(+1 -3)📝
Jellyfin.Api/Controllers/SubtitleController.cs(+0 -1)📝
Jellyfin.Api/Controllers/VideoAttachmentsController.cs(+0 -2)📝
Jellyfin.Api/Models/ConfigurationDtos/MediaEncoderPathDto.cs(+0 -2)📝
Jellyfin.Api/Models/NotificationDtos/NotificationDto.cs(+0 -2)📝
Jellyfin.Api/Models/NotificationDtos/NotificationResultDto.cs(+0 -2)📝
Jellyfin.Api/Models/NotificationDtos/NotificationsSummaryDto.cs(+0 -2)📝
Jellyfin.Api/Models/PluginDtos/MBRegistrationRecord.cs(+1 -3)📝
Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs(+1 -3)📝
Jellyfin.Api/Models/StartupDtos/StartupConfigurationDto.cs(+3 -5)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.