[PR #3320] [CLOSED] Merge master into api-migration #9451

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3320
Author: @crobibero
Created: 6/12/2020
Status: Closed

Base: api-migrationHead: api-merge


📝 Commits (10+)

  • 94a96c9 Merge pull request #3038 from barronpm/generated-code-cleanup
  • b961c3c Address suggestions
  • 32c1182 Translated using Weblate (German (Swiss))
  • 6379391 Merge branch 'master' into activitydb-efcore
  • bac4bf9 Fix build errors
  • 62420a6 Remove support for injecting ILogger directly
  • e69ba35 Translated using Weblate (Hebrew)
  • 92299be Translated using Weblate (Bengali)
  • 51cdb30 Apply documentation suggestions from code review
  • 512725a Fix style issue in TmdbSeriesProvider

📊 Changes

952 files changed (+19529 additions, -9139 deletions)

View changed files

📝 .ci/azure-pipelines-abi.yml (+21 -28)
📝 .ci/azure-pipelines-main.yml (+42 -49)
📝 .ci/azure-pipelines-test.yml (+46 -18)
📝 .ci/azure-pipelines.yml (+12 -12)
.copr/Makefile (+0 -59)
.copr/Makefile (+1 -0)
📝 .editorconfig (+7 -10)
.github/CODEOWNERS (+3 -0)
.github/dependabot.yml (+9 -0)
📝 .gitignore (+12 -7)
📝 .vscode/tasks.json (+11 -1)
📝 Dockerfile (+1 -1)
📝 Dockerfile.arm (+1 -1)
📝 DvdLib/BigEndianBinaryReader.cs (+2 -0)
📝 DvdLib/DvdLib.csproj (+6 -0)
📝 DvdLib/Ifo/Cell.cs (+2 -0)
📝 DvdLib/Ifo/CellPlaybackInfo.cs (+2 -0)
📝 DvdLib/Ifo/CellPositionInfo.cs (+2 -0)
📝 DvdLib/Ifo/Chapter.cs (+2 -0)
📝 DvdLib/Ifo/Dvd.cs (+2 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/3320 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/12/2020 **Status:** ❌ Closed **Base:** `api-migration` ← **Head:** `api-merge` --- ### 📝 Commits (10+) - [`94a96c9`](https://github.com/jellyfin/jellyfin/commit/94a96c93a88f2f743501860c79edd770c69ed911) Merge pull request #3038 from barronpm/generated-code-cleanup - [`b961c3c`](https://github.com/jellyfin/jellyfin/commit/b961c3c9ae21b2b9238228b978bbec212c1ff187) Address suggestions - [`32c1182`](https://github.com/jellyfin/jellyfin/commit/32c118222647f121c0b17055c0ef158763c0b5d2) Translated using Weblate (German (Swiss)) - [`6379391`](https://github.com/jellyfin/jellyfin/commit/6379391f871424177c6048a54ccd061d6e44bc4a) Merge branch 'master' into activitydb-efcore - [`bac4bf9`](https://github.com/jellyfin/jellyfin/commit/bac4bf96a0e642f80f35bd6cdf3de17a9302b6c6) Fix build errors - [`62420a6`](https://github.com/jellyfin/jellyfin/commit/62420a6eb195f3119dc640b134d689d0de193a85) Remove support for injecting ILogger directly - [`e69ba35`](https://github.com/jellyfin/jellyfin/commit/e69ba3531e2cc93c79ccc10b828d563c96753d10) Translated using Weblate (Hebrew) - [`92299be`](https://github.com/jellyfin/jellyfin/commit/92299be64cf00fd65ccec2e84cdb1c7f41c73de9) Translated using Weblate (Bengali) - [`51cdb30`](https://github.com/jellyfin/jellyfin/commit/51cdb30741e5ad3d6ec9dc8a5383dc84d60f747a) Apply documentation suggestions from code review - [`512725a`](https://github.com/jellyfin/jellyfin/commit/512725a7d1c1b45fa588d76046c262b96614f58a) Fix style issue in TmdbSeriesProvider ### 📊 Changes **952 files changed** (+19529 additions, -9139 deletions) <details> <summary>View changed files</summary> 📝 `.ci/azure-pipelines-abi.yml` (+21 -28) 📝 `.ci/azure-pipelines-main.yml` (+42 -49) 📝 `.ci/azure-pipelines-test.yml` (+46 -18) 📝 `.ci/azure-pipelines.yml` (+12 -12) ➖ `.copr/Makefile` (+0 -59) ➕ `.copr/Makefile` (+1 -0) 📝 `.editorconfig` (+7 -10) ➕ `.github/CODEOWNERS` (+3 -0) ➕ `.github/dependabot.yml` (+9 -0) 📝 `.gitignore` (+12 -7) 📝 `.vscode/tasks.json` (+11 -1) 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.arm` (+1 -1) 📝 `DvdLib/BigEndianBinaryReader.cs` (+2 -0) 📝 `DvdLib/DvdLib.csproj` (+6 -0) 📝 `DvdLib/Ifo/Cell.cs` (+2 -0) 📝 `DvdLib/Ifo/CellPlaybackInfo.cs` (+2 -0) 📝 `DvdLib/Ifo/CellPositionInfo.cs` (+2 -0) 📝 `DvdLib/Ifo/Chapter.cs` (+2 -0) 📝 `DvdLib/Ifo/Dvd.cs` (+2 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:02:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9451