mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #2922] [CLOSED] Item Refresh Service to Jellyfin.API #9275
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/2922
Author: @crobibero
Created: 4/19/2020
Status: ❌ Closed
Base:
api-migration← Head:api-item-refresh📝 Commits (10+)
4395644Translated using Weblate (Czech)585e9e6Translated using Weblate (Hebrew)d9e2f56Merge pull request #3037 from ConfusedPolarBear/access-controlbfb644dFix nullref exceptionf18293bSwitch to BlurHashSharp lib which should be fastera226a4eCompute hash only when one is not computed in DB, small optimizations here and there186b7f3More small optimizations2b1ae7aFix code smellsc4f8ba5Rename to AttachmentsController -> VideoAttachmentsController45d750fMove AttachmentsService to AttachmentsController📊 Changes
1025 files changed (+21566 additions, -10496 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
Changes
Migrated the ItemRefreshService.cs from MediaBrowser.Api to Jellyfin.Api which is using ASP.NET WebAPI.
Issues
Part of #2872
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.