mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #2913] [CLOSED] BrandingService to ASP.NET WebAPI Migration #9268
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/2913
Author: @fruhnow
Created: 4/18/2020
Status: ❌ Closed
Base:
api-migration← Head:BrandingServiceWebApiMigration📝 Commits (10+)
01ce560Merge branch 'master' into userdb-efcore7c82346Fix merge conflicts with SyncPlay46a0a2aUpdate migrations and fix a few bugsfefb282Fixed issue when LastLoginDate or LastActivityDate were nulleef7cfdMake SonarCloud less angry31f725fFix a bug in Emby.Notifications and clean up73d123ffix issue with audio transcodingecadde1Merge pull request #3192 from jellyfin/audio6c9dc04Handle errors during blurhash generation so it does not fail the scan2482bcbAdd blurhashes to ImageBlurHashes for all images📊 Changes
1249 files changed (+27167 additions, -13666 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)📝
CONTRIBUTORS.md(+2 -0)📝
Dockerfile(+1 -1)📝
Dockerfile.arm(+1 -1)📝
DvdLib/BigEndianBinaryReader.cs(+2 -0)📝
DvdLib/DvdLib.csproj(+6 -0)📝
DvdLib/Ifo/Cell.cs(+3 -0)📝
DvdLib/Ifo/CellPlaybackInfo.cs(+2 -0)📝
DvdLib/Ifo/CellPositionInfo.cs(+2 -0)📝
DvdLib/Ifo/Chapter.cs(+4 -0)...and 80 more files
📄 Description
Changes
Migrated the BrandingService.cs from
MediaBrowser.ApitoJellyfin.Apiwhich is using ASP.NET WebAPI. I wasnt sure if i should deleteBrandingService.csfromMediaBrowser.Apiso i left it in in the first place.Issues
Part of #2872
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.