[PR #4758] [MERGED] Fix landing screen options #10271

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4758
Author: @nyanmisaka
Created: 12/10/2020
Status: Merged
Merged: 12/13/2020
Merged by: @cvium

Base: masterHead: fix-landingScreen-options


📝 Commits (2)

📊 Changes

3 files changed (+95 additions, -29 deletions)

View changed files

📝 Jellyfin.Api/Controllers/DisplayPreferencesController.cs (+7 -15)
📝 Jellyfin.Data/Entities/ItemDisplayPreferences.cs (+0 -1)
📝 Jellyfin.Data/Enums/ViewType.cs (+88 -13)

📄 Description

Changes

Issues
Introduced in 10.7, this option has been broken since dbeeb7cf4a

image
image


🔄 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/4758 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 12/10/2020 **Status:** ✅ Merged **Merged:** 12/13/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `fix-landingScreen-options` --- ### 📝 Commits (2) - [`0332b72`](https://github.com/jellyfin/jellyfin/commit/0332b7250234370d4f01dc0daad97da862c22997) fix landing screen options - [`a79c210`](https://github.com/jellyfin/jellyfin/commit/a79c210c7669dca482a7655ed6118cf7713c2e77) fix typo ### 📊 Changes **3 files changed** (+95 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/DisplayPreferencesController.cs` (+7 -15) 📝 `Jellyfin.Data/Entities/ItemDisplayPreferences.cs` (+0 -1) 📝 `Jellyfin.Data/Enums/ViewType.cs` (+88 -13) </details> ### 📄 Description **Changes** - Fix landing screen options - Web side changes https://github.com/jellyfin/jellyfin-web/pull/2217 **Issues** Introduced in 10.7, this option has been broken since https://github.com/jellyfin/jellyfin/commit/dbeeb7cf4a715580432232c7098e4d86afccb37c ![image](https://user-images.githubusercontent.com/14953024/101784695-d0a9e500-3b36-11eb-8464-6096cd1e7a0d.png) ![image](https://user-images.githubusercontent.com/14953024/101784706-d3a4d580-3b36-11eb-9f94-2782bf9df2f4.png) --- <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:17:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10271