[PR #3118] [MERGED] Fix regressions introduced by #3098 #9351

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3118
Author: @barronpm
Created: 5/15/2020
Status: Merged
Merged: 5/15/2020
Merged by: @dkanada

Base: masterHead: fix-regressions


📝 Commits (1)

📊 Changes

12 files changed (+22 additions, -15 deletions)

View changed files

📝 MediaBrowser.Api/BaseApiService.cs (+2 -2)
📝 MediaBrowser.Api/Library/LibraryService.cs (+5 -1)
📝 MediaBrowser.Api/Movies/MoviesService.cs (+1 -1)
📝 MediaBrowser.Api/Playback/BaseStreamingService.cs (+1 -1)
📝 MediaBrowser.Api/Playback/Hls/BaseHlsService.cs (+1 -1)
📝 MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs (+1 -1)
📝 MediaBrowser.Api/Playback/MediaInfoService.cs (+1 -1)
📝 MediaBrowser.Api/Playback/Progressive/AudioService.cs (+1 -1)
📝 MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs (+1 -1)
📝 MediaBrowser.Api/Playback/UniversalAudioService.cs (+6 -3)
📝 MediaBrowser.Api/UserLibrary/ArtistsService.cs (+1 -1)
📝 MediaBrowser.Api/UserLibrary/BaseItemsByNameService.cs (+1 -1)

📄 Description

Changes
#3098 introduced some regressions, this PR should hopefully fix them


🔄 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/3118 **Author:** [@barronpm](https://github.com/barronpm) **Created:** 5/15/2020 **Status:** ✅ Merged **Merged:** 5/15/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `fix-regressions` --- ### 📝 Commits (1) - [`dcaffd3`](https://github.com/jellyfin/jellyfin/commit/dcaffd3812b3995e2158f4ea587599249016c03c) Fix regressions introduced by #3098 ### 📊 Changes **12 files changed** (+22 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Api/BaseApiService.cs` (+2 -2) 📝 `MediaBrowser.Api/Library/LibraryService.cs` (+5 -1) 📝 `MediaBrowser.Api/Movies/MoviesService.cs` (+1 -1) 📝 `MediaBrowser.Api/Playback/BaseStreamingService.cs` (+1 -1) 📝 `MediaBrowser.Api/Playback/Hls/BaseHlsService.cs` (+1 -1) 📝 `MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs` (+1 -1) 📝 `MediaBrowser.Api/Playback/MediaInfoService.cs` (+1 -1) 📝 `MediaBrowser.Api/Playback/Progressive/AudioService.cs` (+1 -1) 📝 `MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs` (+1 -1) 📝 `MediaBrowser.Api/Playback/UniversalAudioService.cs` (+6 -3) 📝 `MediaBrowser.Api/UserLibrary/ArtistsService.cs` (+1 -1) 📝 `MediaBrowser.Api/UserLibrary/BaseItemsByNameService.cs` (+1 -1) </details> ### 📄 Description **Changes** #3098 introduced some regressions, this PR should hopefully fix them --- <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:00: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#9351