[PR #3484] [MERGED] Move ArtistsService to Jellyfin.Api #9552

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3484
Author: @daullmer
Created: 6/30/2020
Status: Merged
Merged: 7/1/2020
Merged by: @barronpm

Base: api-migrationHead: api-artists


📝 Commits (5)

  • 45e034e Move ArtistsService to Jellyfin.Api
  • 603b169 Update Jellyfin.Api/Controllers/ArtistsController.cs
  • 94e792e Merge branch 'api-migration' of github.com:Ullmie02/jellyfin into api-migration
  • 6385e1b Fix Build
  • 5dfe1ed Fix using ordering

📊 Changes

3 files changed (+489 additions, -144 deletions)

View changed files

Jellyfin.Api/Controllers/ArtistsController.cs (+488 -0)
📝 Jellyfin.Api/Helpers/RequestHelpers.cs (+1 -1)
MediaBrowser.Api/UserLibrary/ArtistsService.cs (+0 -143)

📄 Description

No description provided


🔄 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/3484 **Author:** [@daullmer](https://github.com/daullmer) **Created:** 6/30/2020 **Status:** ✅ Merged **Merged:** 7/1/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-artists` --- ### 📝 Commits (5) - [`45e034e`](https://github.com/jellyfin/jellyfin/commit/45e034e9a1e02fc1ac2632222a7f232a2008ce08) Move ArtistsService to Jellyfin.Api - [`603b169`](https://github.com/jellyfin/jellyfin/commit/603b1693c0125664a37a6bef13f459b540322b6c) Update Jellyfin.Api/Controllers/ArtistsController.cs - [`94e792e`](https://github.com/jellyfin/jellyfin/commit/94e792e0d7a6b39602eeb01c4f621d103576f808) Merge branch 'api-migration' of github.com:Ullmie02/jellyfin into api-migration - [`6385e1b`](https://github.com/jellyfin/jellyfin/commit/6385e1ba4633ab5dba171a9d3d4a5374dd70d3d4) Fix Build - [`5dfe1ed`](https://github.com/jellyfin/jellyfin/commit/5dfe1ed9b31fe4e37b546317f0d644ccc28df64e) Fix using ordering ### 📊 Changes **3 files changed** (+489 additions, -144 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Api/Controllers/ArtistsController.cs` (+488 -0) 📝 `Jellyfin.Api/Helpers/RequestHelpers.cs` (+1 -1) ➖ `MediaBrowser.Api/UserLibrary/ArtistsService.cs` (+0 -143) </details> ### 📄 Description _No description provided_ --- <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:04: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#9552