mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4409] [MERGED] Fix API separators #10064
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/4409
Author: @crobibero
Created: 11/2/2020
Status: ✅ Merged
Merged: 11/3/2020
Merged by: @Bond-009
Base:
master← Head:fix-separators📝 Commits (3)
826c241Fix Genres separatorc1ec46eFix Tags separatordd3507bFix OfficialRatings separator📊 Changes
3 files changed (+11 additions, -11 deletions)
View changed files
📝
Jellyfin.Api/Controllers/ArtistsController.cs(+6 -6)📝
Jellyfin.Api/Controllers/LiveTvController.cs(+2 -2)📝
Jellyfin.Api/Controllers/StudiosController.cs(+3 -3)📄 Description
Sometimes items are split by
|, instead of,.Compared against v10.6.4 branch.
Container split is fixed by #4405
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.