mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 21:37:59 +03:00
[PR #794] [MERGED] Remove MoreLINQ #8499
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:lesslinq📝 Commits (2)
8b073e2Remove unused field1385d89Remove MoreLINQ📊 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.