mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14235] [MERGED] fix(devcontainer): correct apt-packages path #13895
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/14235
Author: @spellr
Created: 6/7/2025
Status: ✅ Merged
Merged: 6/19/2025
Merged by: @Bond-009
Base:
master← Head:devcontainer-apt-packages📝 Commits (2)
1bdc007fix(devcontainer): correct apt-packages patha1cb196Merge branch 'master' into devcontainer-apt-packages📊 Changes
2 files changed (+2 additions, -1 deletions)
View changed files
📝
.devcontainer/devcontainer.json(+1 -1)📝
CONTRIBUTORS.md(+1 -0)📄 Description
Feature path was incorrect, which failed the creation of the
devcontainer in a fresh jellyfin clone.
Took the correct path from here:
https://containers.dev/features
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.