mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6879] [MERGED] Remove ClientLog endpoints #11185
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/6879
Author: @crobibero
Created: 11/20/2021
Status: ✅ Merged
Merged: 11/22/2021
Merged by: @cvium
Base:
master← Head:client-log-cleanup📝 Commits (1)
ea355b4Remove ClientLog endpoints📊 Changes
6 files changed (+16 additions, -174 deletions)
View changed files
📝
Jellyfin.Api/Controllers/ClientLogController.cs(+4 -73)➖
Jellyfin.Api/Models/ClientLogDtos/ClientLogEventDto.cs(+0 -30)📝
Jellyfin.Server/Jellyfin.Server.csproj(+0 -1)📝
Jellyfin.Server/Program.cs(+11 -37)📝
MediaBrowser.Controller/ClientEvent/ClientEventLogger.cs(+1 -25)📝
MediaBrowser.Controller/ClientEvent/IClientEventLogger.cs(+0 -8)📄 Description
Partially reverts https://github.com/jellyfin/jellyfin/pull/5918/
The log mappers broke logging, and the main endpoint of interest to client developers was the document upload.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.