[PR #3269] [MERGED] Move FilterService to Jellyfin.Api #9409

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3269
Author: @crobibero
Created: 6/8/2020
Status: Merged
Merged: 6/17/2020
Merged by: @daullmer

Base: api-migrationHead: api-filter


📝 Commits (8)

  • dd5579e Move FilterService to Jellyfin.Api
  • 6f64e48 Add response codes
  • 393f5f0 Update Jellyfin.Api/Controllers/FilterController.cs
  • 3556826 Update Jellyfin.Api/Controllers/FilterController.cs
  • 8a834fb Merge remote-tracking branch 'upstream/api-migration' into api-filter
  • f181cb3 Update Jellyfin.Api/Controllers/FilterController.cs
  • 4446057 Merge remote-tracking branch 'upstream/api-migration' into api-filter
  • 90fe8f0 Merge branch 'api-filter' of github.com:crobibero/jellyfin into api-filter

📊 Changes

2 files changed (+221 additions, -244 deletions)

View changed files

Jellyfin.Api/Controllers/FilterController.cs (+221 -0)
MediaBrowser.Api/FilterService.cs (+0 -244)

📄 Description

Part of #2872


🔄 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/3269 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/8/2020 **Status:** ✅ Merged **Merged:** 6/17/2020 **Merged by:** [@daullmer](https://github.com/daullmer) **Base:** `api-migration` ← **Head:** `api-filter` --- ### 📝 Commits (8) - [`dd5579e`](https://github.com/jellyfin/jellyfin/commit/dd5579e0eb07202988a0800619e5df922c356f10) Move FilterService to Jellyfin.Api - [`6f64e48`](https://github.com/jellyfin/jellyfin/commit/6f64e48c540db93053961a028b95e8f0bbb64076) Add response codes - [`393f5f0`](https://github.com/jellyfin/jellyfin/commit/393f5f0c2581a19abf4edf500802f9556117ce7a) Update Jellyfin.Api/Controllers/FilterController.cs - [`3556826`](https://github.com/jellyfin/jellyfin/commit/355682620d120ded27c33b528e554982946de86c) Update Jellyfin.Api/Controllers/FilterController.cs - [`8a834fb`](https://github.com/jellyfin/jellyfin/commit/8a834fb7285681e5a8f3df57e4aac36724c0bc1e) Merge remote-tracking branch 'upstream/api-migration' into api-filter - [`f181cb3`](https://github.com/jellyfin/jellyfin/commit/f181cb374690a9c1af4abffe211ae5e44e4d63b3) Update Jellyfin.Api/Controllers/FilterController.cs - [`4446057`](https://github.com/jellyfin/jellyfin/commit/444605703c91bafdcf1a01d864b7b71bd2a67ddb) Merge remote-tracking branch 'upstream/api-migration' into api-filter - [`90fe8f0`](https://github.com/jellyfin/jellyfin/commit/90fe8f0cbcd90109740648c57955bb215ce97b27) Merge branch 'api-filter' of github.com:crobibero/jellyfin into api-filter ### 📊 Changes **2 files changed** (+221 additions, -244 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Api/Controllers/FilterController.cs` (+221 -0) ➖ `MediaBrowser.Api/FilterService.cs` (+0 -244) </details> ### 📄 Description Part of #2872 --- <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:01:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9409