mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5902] [CLOSED] Enable Person support for Photo items #10721
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/5902
Author: @heyhippari
Created: 4/24/2021
Status: ❌ Closed
Base:
master← Head:enable-persons-on-photos📝 Commits (1)
c207218Enable Person support for Photo items📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
MediaBrowser.Controller/Entities/Photo.cs(+3 -0)📄 Description
Changes
Sets SupportsPeople for Photo items.
This works when setting the person via the metadata editor on jf-web (The person is saved properly and all), but for some reason trying to get that person via the Items API then fails. I looked a bit into it, but have no real idea of what would be needed to make that part work...
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.