[PR #4450] [MERGED] Remove duplicate /Similar endpoints #10085

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4450
Author: @cvium
Created: 11/9/2020
Status: Merged
Merged: 11/11/2020
Merged by: @cvium

Base: masterHead: fix_and_mildly_improve_similar


📝 Commits (3)

  • b995198 Remove duplicate /Similar endpoints and add poor matching for artists and albums
  • a7b3880 Merge branch 'master' into fix_and_mildly_improve_similar
  • 0b954df Update Jellyfin.Api/Controllers/LibraryController.cs

📊 Changes

4 files changed (+86 additions, -415 deletions)

View changed files

📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+23 -5)
Jellyfin.Api/Controllers/AlbumsController.cs (+0 -135)
📝 Jellyfin.Api/Controllers/LibraryController.cs (+63 -93)
Jellyfin.Api/Helpers/SimilarItemsHelper.cs (+0 -182)

📄 Description

Changes
Also added some very basic Similar matching for artists


🔄 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/4450 **Author:** [@cvium](https://github.com/cvium) **Created:** 11/9/2020 **Status:** ✅ Merged **Merged:** 11/11/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `fix_and_mildly_improve_similar` --- ### 📝 Commits (3) - [`b995198`](https://github.com/jellyfin/jellyfin/commit/b99519898d2c9e8ba3020e11892718f1eca37c66) Remove duplicate /Similar endpoints and add poor matching for artists and albums - [`a7b3880`](https://github.com/jellyfin/jellyfin/commit/a7b3880d0e0cff58bb28a668e4552398c08e7849) Merge branch 'master' into fix_and_mildly_improve_similar - [`0b954df`](https://github.com/jellyfin/jellyfin/commit/0b954df7c2052be74792b1e7ec6c46855e36f4b2) Update Jellyfin.Api/Controllers/LibraryController.cs ### 📊 Changes **4 files changed** (+86 additions, -415 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+23 -5) ➖ `Jellyfin.Api/Controllers/AlbumsController.cs` (+0 -135) 📝 `Jellyfin.Api/Controllers/LibraryController.cs` (+63 -93) ➖ `Jellyfin.Api/Helpers/SimilarItemsHelper.cs` (+0 -182) </details> ### 📄 Description **Changes** Also added some very basic Similar matching for artists --- <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 06:13:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10085