mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3443] [CLOSED] Api migration merge #9529
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/3443
Author: @crobibero
Created: 6/25/2020
Status: ❌ Closed
Base:
api-migration← Head:api-migration-merge📝 Commits (10+)
f055995Use System.Buffers in RangeRequestWriter6b959f4Fix build2aaecb8Whilst fixing issues with SSDP on devices with multiple interfaces, i came across a design issue in the current code - namely interfaces without a gateway were ignored.a3140f8Revert "Whilst fixing issues with SSDP on devices with multiple interfaces, i came across a design issue in the current code - namely interfaces without a gateway were ignored."ebd589aWhilst fixing issues with SSDP on devices with multiple interfaces, i came across a design issue in the current code - namely interfaces without a gateway were ignored.8a69300Changes styles as suggested by @barronpm61e65d0Update MediaBrowser.Common/Net/INetworkManager.cs5e1be0dUpdate MediaBrowser.Common/Net/INetworkManager.csd5a9247Update MediaBrowser.Common/Net/INetworkManager.cs3a53332Update Emby.Server.Implementations/Networking/NetworkManager.cs📊 Changes
646 files changed (+6653 additions, -3075 deletions)
View changed files
➕
.ci/azure-pipelines-package.yml(+131 -0)📝
.ci/azure-pipelines.yml(+2 -0)📝
.gitignore(+1 -2)📝
.vscode/launch.json(+6 -6)📝
.vscode/tasks.json(+6 -1)📝
DvdLib/Ifo/Cell.cs(+1 -0)📝
DvdLib/Ifo/Chapter.cs(+2 -0)📝
DvdLib/Ifo/Dvd.cs(+13 -3)📝
DvdLib/Ifo/DvdTime.cs(+8 -2)📝
DvdLib/Ifo/ProgramChain.cs(+13 -2)📝
DvdLib/Ifo/Title.cs(+8 -1)📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+4 -3)📝
Emby.Dlna/Didl/DidlBuilder.cs(+12 -10)📝
Emby.Dlna/Didl/Filter.cs(+1 -2)📝
Emby.Dlna/DlnaManager.cs(+26 -6)📝
Emby.Dlna/Eventing/EventManager.cs(+18 -10)📝
Emby.Dlna/Eventing/EventSubscription.cs(+3 -0)📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+26 -20)📝
Emby.Dlna/PlayTo/Device.cs(+21 -25)📝
Emby.Dlna/PlayTo/PlayToController.cs(+5 -0)...and 80 more files
📄 Description
Pls no more Mediabrowser.Api changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.