mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #4512] [CLOSED] nightly #10122
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/4512
Author: @Artiume
Created: 11/19/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
a54d5c8Add back server-side ordering but done more efficiently (I hope)2bfd5b0Merge pull request #22 from JustAMan/fix-sorting-ftw5fa4deaRevert "Fix sorting ftw"fd98a6fMerge pull request #24 from Artiume/revert-22-fix-sorting-ftwa89d136Merge pull request #23 from JustAMan/fix-search-order8c20191Revert "Fix search order"649cd3fUpdate BaseStreamingService.csdc27938Merge pull request #27 from Artiume/revert-23-fix-search-orderd568d7eMerge pull request #26 from jellyfin/mastere7d16f9Update BaseStreamingService.cs📊 Changes
39 files changed (+1601 additions, -601 deletions)
View changed files
📝
Dockerfile(+3 -1)📝
Dockerfile.arm(+3 -2)📝
Dockerfile.arm64(+3 -2)📝
Emby.Server.Implementations/ApplicationHost.cs(+20 -4)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+20 -17)📝
Emby.Server.Implementations/Emby.Server.Implementations.csproj(+1 -0)📝
Emby.Server.Implementations/Localization/Core/he.json(+19 -19)📝
Emby.Server.Implementations/Localization/Core/ms.json(+25 -25)📝
Emby.Server.Implementations/Localization/Core/nn.json(+4 -0)📝
Emby.Server.Implementations/Localization/Core/sv.json(+1 -1)➕
Jellyfin.Data.Migrations/Jellyfin.Data.Migrations.csproj(+28 -0)➕
Jellyfin.Data.Migrations/JellyfinDbFactory.cs(+20 -0)➕
Jellyfin.Data/DbContext/.gitkeep(+0 -0)➕
Jellyfin.Data/DbContext/JellyfinDb.g.cs(+95 -0)➕
Jellyfin.Data/Entities/.gitkeep(+0 -0)➕
Jellyfin.Data/Entities/ActivityLog.g.cs(+157 -0)➕
Jellyfin.Data/Enums/.gitkeep(+0 -0)➕
Jellyfin.Data/Enums/ArtKind.g.cs(+25 -0)➕
Jellyfin.Data/Enums/MediaFileKind.g.cs(+25 -0)➕
Jellyfin.Data/Enums/PersonRoleType.g.cs(+32 -0)...and 19 more files
📄 Description
Changes
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.