[PR #12736] [CLOSED] Add ImageSource to MediaSegment #13342

Closed
opened 2026-02-07 07:11:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12736
Author: @Shadowghost
Created: 9/28/2024
Status: Closed

Base: masterHead: add-media-segment-image-source


📝 Commits (1)

  • c9fe333 Add 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

  • Add ImageSource to MediaSegment

Implements https://github.com/orgs/jellyfin/projects/63/views/1?pane=issue&itemId=80829926

What is this for?
ImageSource onsists 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/12736 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 9/28/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-media-segment-image-source` --- ### 📝 Commits (1) - [`c9fe333`](https://github.com/jellyfin/jellyfin/commit/c9fe3330431c693ee7bfdeaf3fab85feae4113ff) Add ImageSource to MediaSegment ### 📊 Changes **4 files changed** (+751 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description **Changes** * Add `ImageSource` to `MediaSegment` Implements https://github.com/orgs/jellyfin/projects/63/views/1?pane=issue&itemId=80829926 **What is this for?** `ImageSource` onsists of the URI path to an image representing the segment. --- <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 07:11:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13342