[PR #3405] [MERGED] Move LiveTvService.cs to Jellyfin.Api #9502

Closed
opened 2026-02-07 06:03:19 +03:00 by OVERLORD · 0 comments
Owner

📋 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-migrationHead: api-livetv


📝 Commits (8)

  • f357741 Move LiveTvService.cs to Jellyfin.Api
  • c4f9112 Move LiveTvService.cs to Jellyfin.Api
  • b4a773f Merge remote-tracking branch 'upstream/api-migration' into api-livetv
  • 7e94bb7 fix controller attribute
  • 14faebc Merge remote-tracking branch 'upstream/api-migration' into api-livetv
  • 13c4cb6 add missing function after merge
  • 0830d38 Add missing endpoint
  • 68cc075 Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3405 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/22/2020 **Status:** ✅ Merged **Merged:** 7/3/2020 **Merged by:** [@daullmer](https://github.com/daullmer) **Base:** `api-migration` ← **Head:** `api-livetv` --- ### 📝 Commits (8) - [`f357741`](https://github.com/jellyfin/jellyfin/commit/f35774170fedd24697604923bd0d516b5dad9cd2) Move LiveTvService.cs to Jellyfin.Api - [`c4f9112`](https://github.com/jellyfin/jellyfin/commit/c4f9112b0dae98a2c80d4126ca9dcd82a2271835) Move LiveTvService.cs to Jellyfin.Api - [`b4a773f`](https://github.com/jellyfin/jellyfin/commit/b4a773fde80b35959dbaf88f98ceb169862dba84) Merge remote-tracking branch 'upstream/api-migration' into api-livetv - [`7e94bb7`](https://github.com/jellyfin/jellyfin/commit/7e94bb786432536e95f4e76ea1f8fe02dd292fef) fix controller attribute - [`14faebc`](https://github.com/jellyfin/jellyfin/commit/14faebc7fe7a5a75d4d39ef0c70e6ff0106e76f3) Merge remote-tracking branch 'upstream/api-migration' into api-livetv - [`13c4cb6`](https://github.com/jellyfin/jellyfin/commit/13c4cb628f5f97e425bd4d392dff0d81130131db) add missing function after merge - [`0830d38`](https://github.com/jellyfin/jellyfin/commit/0830d381c49b59d4a2ca327a79cfd4b7d8b7df0c) Add missing endpoint - [`68cc075`](https://github.com/jellyfin/jellyfin/commit/68cc075ddaf1f604182ad21d7d00ee9940522c4e) Update LiveTvController.cs ### 📊 Changes **7 files changed** (+1538 additions, -1359 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description This controller is massive, sorry to reviewers 😄 --- <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 06:03:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9502