mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13498] [MERGED] Handle empty image lists gracefully in SplashscreenPostScanTask #13603
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/13498
Author: @gnattu
Created: 2/5/2025
Status: ✅ Merged
Merged: 2/9/2025
Merged by: @crobibero
Base:
master← Head:grace-error-splash-posttask📝 Commits (1)
05a515cHandle empty image lists gracefully in SplashscreenPostScanTask📊 Changes
1 file changed (+15 additions, -3 deletions)
View changed files
📝
Emby.Server.Implementations/Library/SplashscreenPostScanTask.cs(+15 -3)📄 Description
The current linq will just throw when there is no image candidates. Just pass empty lists to
CreateSplashscreenas this case is already handled there.Changes
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.