[PR #794] [MERGED] Remove MoreLINQ #8499

Closed
opened 2026-02-07 05:45:25 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/794
Author: @Bond-009
Created: 2/2/2019
Status: Merged
Merged: 2/2/2019
Merged by: @andrewrabert

Base: masterHead: lesslinq


📝 Commits (2)

📊 Changes

16 files changed (+54 additions, -122 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+1 -1)
📝 Emby.Server.Implementations/Collections/CollectionImageProvider.cs (+2 -1)
📝 Emby.Server.Implementations/Dto/DtoService.cs (+2 -1)
📝 Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs (+12 -5)
📝 Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs (+2 -1)
📝 Emby.Server.Implementations/IO/FileRefresher.cs (+2 -2)
📝 Emby.Server.Implementations/LiveTv/LiveTvManager.cs (+2 -6)
📝 Emby.Server.Implementations/Networking/NetworkManager.cs (+4 -2)
📝 Emby.Server.Implementations/Playlists/PlaylistImageProvider.cs (+2 -2)
📝 Emby.Server.Implementations/UserViews/DynamicImageProvider.cs (+2 -2)
📝 MediaBrowser.Api/Library/LibraryService.cs (+10 -5)
📝 MediaBrowser.Api/Movies/MoviesService.cs (+4 -2)
📝 MediaBrowser.Controller/Entities/CollectionFolder.cs (+5 -1)
📝 MediaBrowser.Controller/Entities/TV/Series.cs (+1 -1)
📝 MediaBrowser.Controller/Library/NameExtensions.cs (+3 -5)
MediaBrowser.Model/Extensions/LinqExtensions.cs (+0 -85)

📄 Description

Changes
Removes all MoreLINQ source code (Apache 2 licenced).

Issues
#610


🔄 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/794 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 2/2/2019 **Status:** ✅ Merged **Merged:** 2/2/2019 **Merged by:** [@andrewrabert](https://github.com/andrewrabert) **Base:** `master` ← **Head:** `lesslinq` --- ### 📝 Commits (2) - [`8b073e2`](https://github.com/jellyfin/jellyfin/commit/8b073e2ba5e4b1dafc7ef11554cd13ef59339a5c) Remove unused field - [`1385d89`](https://github.com/jellyfin/jellyfin/commit/1385d89df6d6af178dcfdfa1dee6346c6efcad2a) Remove MoreLINQ ### 📊 Changes **16 files changed** (+54 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+1 -1) 📝 `Emby.Server.Implementations/Collections/CollectionImageProvider.cs` (+2 -1) 📝 `Emby.Server.Implementations/Dto/DtoService.cs` (+2 -1) 📝 `Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs` (+12 -5) 📝 `Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs` (+2 -1) 📝 `Emby.Server.Implementations/IO/FileRefresher.cs` (+2 -2) 📝 `Emby.Server.Implementations/LiveTv/LiveTvManager.cs` (+2 -6) 📝 `Emby.Server.Implementations/Networking/NetworkManager.cs` (+4 -2) 📝 `Emby.Server.Implementations/Playlists/PlaylistImageProvider.cs` (+2 -2) 📝 `Emby.Server.Implementations/UserViews/DynamicImageProvider.cs` (+2 -2) 📝 `MediaBrowser.Api/Library/LibraryService.cs` (+10 -5) 📝 `MediaBrowser.Api/Movies/MoviesService.cs` (+4 -2) 📝 `MediaBrowser.Controller/Entities/CollectionFolder.cs` (+5 -1) 📝 `MediaBrowser.Controller/Entities/TV/Series.cs` (+1 -1) 📝 `MediaBrowser.Controller/Library/NameExtensions.cs` (+3 -5) ➖ `MediaBrowser.Model/Extensions/LinqExtensions.cs` (+0 -85) </details> ### 📄 Description **Changes** Removes all MoreLINQ source code (Apache 2 licenced). **Issues** #610 --- <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 05:45:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8499