Remove downloads management features: delete DownloadsEndpoints and related API logic, remove associated frontend components and routes, and update documentation to reflect the removal of the downloads directory from the application structure.

This commit is contained in:
Leonid Pershin
2026-07-24 18:18:22 +03:00
parent 44d10f667c
commit 7309a25764
18 changed files with 6 additions and 382 deletions
-3
View File
@@ -151,8 +151,5 @@ export type ScheduleEntryDto = {
episodeIndex: number | null
}
// ── Загрузки (торрент) ─────────────────────────────────────────────────────
export type DownloadFileDto = { relativePath: string; name: string; sizeBytes: number }
// ── Публичный эфир ─────────────────────────────────────────────────────────
export type PublicChannelDto = { id: string; slug: string; name: string }