[PR #3677] Fixed compilation error on master. #9656

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

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/3677

State: closed
Merged: Yes


string.Join(Char, String[]) was added in .NET Standard 2.1. MediaBrowser.Model also targets 2.0 so it can't use this method.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/3677 **State:** closed **Merged:** Yes --- `string.Join(Char, String[])` was added in .NET Standard 2.1. `MediaBrowser.Model` also targets 2.0 so it can't use this method.
OVERLORD added the pull-request label 2026-02-07 06:06:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9656