mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3405] [MERGED] Move LiveTvService.cs to Jellyfin.Api #9502
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/3405
Author: @crobibero
Created: 6/22/2020
Status: ✅ Merged
Merged: 7/3/2020
Merged by: @daullmer
Base:
api-migration← Head:api-livetv📝 Commits (8)
f357741Move LiveTvService.cs to Jellyfin.Apic4f9112Move LiveTvService.cs to Jellyfin.Apib4a773fMerge remote-tracking branch 'upstream/api-migration' into api-livetv7e94bb7fix controller attribute14faebcMerge remote-tracking branch 'upstream/api-migration' into api-livetv13c4cb6add missing function after merge0830d38Add missing endpoint68cc075Update LiveTvController.cs📊 Changes
7 files changed (+1538 additions, -1359 deletions)
View changed files
➕
Jellyfin.Api/Controllers/LiveTvController.cs(+1226 -0)➕
Jellyfin.Api/Helpers/ProgressiveFileCopier.cs(+84 -0)📝
Jellyfin.Api/Helpers/RequestHelpers.cs(+26 -0)➕
Jellyfin.Api/Models/LiveTvDtos/ChannelMappingOptionsDto.cs(+36 -0)➕
Jellyfin.Api/Models/LiveTvDtos/GetProgramsDto.cs(+166 -0)➖
MediaBrowser.Api/LiveTv/LiveTvService.cs(+0 -1279)➖
MediaBrowser.Api/LiveTv/ProgressiveFileCopier.cs(+0 -80)📄 Description
This controller is massive, sorry to reviewers 😄
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.