[PR #5985] [MERGED] Minor improvements #10764

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5985
Author: @Bond-009
Created: 5/5/2021
Status: Merged
Merged: 5/5/2021
Merged by: @Bond-009

Base: masterHead: minor11


📝 Commits (4)

  • e432796 Minor improvements
  • 4479713 MediaStream: Replace string.IndexOf with string.Contains where possible
  • 787bcd4 Remove dead code
  • bcb4010 More improvements

📊 Changes

13 files changed (+47 additions, -83 deletions)

View changed files

📝 Emby.Server.Implementations/Library/Resolvers/ItemResolver.cs (+6 -6)
📝 Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs (+1 -1)
📝 Emby.Server.Implementations/Library/Resolvers/PhotoAlbumResolver.cs (+6 -6)
📝 Emby.Server.Implementations/Library/Resolvers/PhotoResolver.cs (+1 -1)
📝 Emby.Server.Implementations/Library/Resolvers/TV/SeasonResolver.cs (+1 -1)
📝 Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs (+2 -16)
📝 MediaBrowser.Controller/Entities/CollectionFolder.cs (+0 -1)
📝 MediaBrowser.Controller/Entities/PeopleHelper.cs (+0 -18)
📝 MediaBrowser.Controller/Library/ItemResolveArgs.cs (+9 -9)
📝 MediaBrowser.Controller/Resolvers/BaseItemResolver.cs (+6 -6)
📝 MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs (+4 -7)
📝 MediaBrowser.Model/Entities/MediaStream.cs (+5 -5)
📝 MediaBrowser.Providers/Subtitles/SubtitleManager.cs (+6 -6)

📄 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/5985 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 5/5/2021 **Status:** ✅ Merged **Merged:** 5/5/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `minor11` --- ### 📝 Commits (4) - [`e432796`](https://github.com/jellyfin/jellyfin/commit/e432796f6f0f500830b1c90c233c4e4c07287190) Minor improvements - [`4479713`](https://github.com/jellyfin/jellyfin/commit/4479713e047f0e51450ed343472d8c43ab57e00f) MediaStream: Replace string.IndexOf with string.Contains where possible - [`787bcd4`](https://github.com/jellyfin/jellyfin/commit/787bcd4a83ea212e6ba4f93dcc4ce6788b950410) Remove dead code - [`bcb4010`](https://github.com/jellyfin/jellyfin/commit/bcb4010db615b7c732856629553cba4e7ccc3358) More improvements ### 📊 Changes **13 files changed** (+47 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/Resolvers/ItemResolver.cs` (+6 -6) 📝 `Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/Resolvers/PhotoAlbumResolver.cs` (+6 -6) 📝 `Emby.Server.Implementations/Library/Resolvers/PhotoResolver.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/Resolvers/TV/SeasonResolver.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs` (+2 -16) 📝 `MediaBrowser.Controller/Entities/CollectionFolder.cs` (+0 -1) 📝 `MediaBrowser.Controller/Entities/PeopleHelper.cs` (+0 -18) 📝 `MediaBrowser.Controller/Library/ItemResolveArgs.cs` (+9 -9) 📝 `MediaBrowser.Controller/Resolvers/BaseItemResolver.cs` (+6 -6) 📝 `MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs` (+4 -7) 📝 `MediaBrowser.Model/Entities/MediaStream.cs` (+5 -5) 📝 `MediaBrowser.Providers/Subtitles/SubtitleManager.cs` (+6 -6) </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:26:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10764