mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3466] [MERGED] Make all optional strings nullable #9544
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/3466
Author: @crobibero
Created: 6/27/2020
Status: ✅ Merged
Merged: 6/29/2020
Merged by: @barronpm
Base:
api-migration← Head:api-migration-nullable📝 Commits (1)
73bcda7Make all optional strings nullable📊 Changes
33 files changed (+143 additions, -145 deletions)
View changed files
📝
Jellyfin.Api/Controllers/AlbumsController.cs(+2 -2)📝
Jellyfin.Api/Controllers/ApiKeyController.cs(+2 -2)📝
Jellyfin.Api/Controllers/CollectionController.cs(+4 -4)📝
Jellyfin.Api/Controllers/ConfigurationController.cs(+2 -2)📝
Jellyfin.Api/Controllers/DashboardController.cs(+1 -1)📝
Jellyfin.Api/Controllers/DevicesController.cs(+4 -4)📝
Jellyfin.Api/Controllers/DisplayPreferencesController.cs(+6 -6)📝
Jellyfin.Api/Controllers/ImageByNameController.cs(+6 -6)📝
Jellyfin.Api/Controllers/InstantMixController.cs(+8 -8)📝
Jellyfin.Api/Controllers/ItemUpdateController.cs(+1 -1)📝
Jellyfin.Api/Controllers/LibraryController.cs(+8 -8)📝
Jellyfin.Api/Controllers/LibraryStructureController.cs(+11 -11)📝
Jellyfin.Api/Controllers/NotificationsController.cs(+2 -2)📝
Jellyfin.Api/Controllers/PackageController.cs(+4 -4)📝
Jellyfin.Api/Controllers/PlaylistsController.cs(+7 -7)📝
Jellyfin.Api/Controllers/PluginsController.cs(+2 -2)📝
Jellyfin.Api/Controllers/RemoteImageController.cs(+1 -1)📝
Jellyfin.Api/Controllers/ScheduledTasksController.cs(+4 -4)📝
Jellyfin.Api/Controllers/SearchController.cs(+5 -5)📝
Jellyfin.Api/Controllers/SessionController.cs(+23 -23)...and 13 more files
📄 Description
Optional query parameters must be nullable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.