[PR #3369] [MERGED] Remove #nullable, make Task.Run async #9485

Closed
opened 2026-02-07 06:02:57 +03:00 by OVERLORD · 0 comments
Owner

📋 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-migrationHead: api-cleanup


📝 Commits (1)

  • 9a51f48 Remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3369 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/18/2020 **Status:** ✅ Merged **Merged:** 6/18/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-cleanup` --- ### 📝 Commits (1) - [`9a51f48`](https://github.com/jellyfin/jellyfin/commit/9a51f484af3dbbb5717a88fb85473aec78234e32) Remove nullable, add async task ### 📊 Changes **21 files changed** (+19 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:02:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9485