mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #12736] [CLOSED] Add ImageSource to MediaSegment #13342
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/12736
Author: @Shadowghost
Created: 9/28/2024
Status: ❌ Closed
Base:
master← Head:add-media-segment-image-source📝 Commits (1)
c9fe333Add ImageSource to MediaSegment📊 Changes
4 files changed (+751 additions, -0 deletions)
View changed files
📝
Jellyfin.Data/Entities/MediaSegment.cs(+5 -0)➕
Jellyfin.Server.Implementations/Migrations/20240928083426_AddImageSourceToMediaSegment.Designer.cs(+715 -0)➕
Jellyfin.Server.Implementations/Migrations/20240928083426_AddImageSourceToMediaSegment.cs(+28 -0)📝
Jellyfin.Server.Implementations/Migrations/JellyfinDbModelSnapshot.cs(+3 -0)📄 Description
Changes
ImageSourcetoMediaSegmentImplements https://github.com/orgs/jellyfin/projects/63/views/1?pane=issue&itemId=80829926
What is this for?
ImageSourceonsists of the URI path to an image representing the segment.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.