mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3038] [MERGED] Clean up generated code #9326
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/3038
Author: @barronpm
Created: 5/3/2020
Status: ✅ Merged
Merged: 5/12/2020
Merged by: @Bond-009
Base:
master← Head:generated-code-cleanup📝 Commits (3)
2b41f8aClean up generated code55cfa96Apply review suggestions0549d59Merge branch 'master' into generated-code-cleanup📊 Changes
57 files changed (+6211 additions, -7813 deletions)
View changed files
➖
Jellyfin.Data/DbContexts/Jellyfin.cs(+0 -1140)📝
Jellyfin.Data/Entities/Artwork.cs(+179 -192)📝
Jellyfin.Data/Entities/Book.cs(+49 -64)📝
Jellyfin.Data/Entities/BookMetadata.cs(+94 -110)📝
Jellyfin.Data/Entities/Chapter.cs(+223 -234)📝
Jellyfin.Data/Entities/Collection.cs(+97 -108)📝
Jellyfin.Data/Entities/CollectionItem.cs(+133 -141)📝
Jellyfin.Data/Entities/Company.cs(+126 -136)📝
Jellyfin.Data/Entities/CompanyMetadata.cs(+199 -217)📝
Jellyfin.Data/Entities/CustomItem.cs(+49 -65)📝
Jellyfin.Data/Entities/CustomItemMetadata.cs(+50 -69)📝
Jellyfin.Data/Entities/Episode.cs(+98 -115)📝
Jellyfin.Data/Entities/EpisodeMetadata.cs(+164 -182)📝
Jellyfin.Data/Entities/Genre.cs(+137 -148)📝
Jellyfin.Data/Entities/Group.cs(+100 -106)📝
Jellyfin.Data/Entities/Library.cs(+132 -143)📝
Jellyfin.Data/Entities/LibraryItem.cs(+156 -166)📝
Jellyfin.Data/Entities/LibraryRoot.cs(+178 -188)📝
Jellyfin.Data/Entities/MediaFile.cs(+181 -190)📝
Jellyfin.Data/Entities/MediaFileStream.cs(+134 -145)...and 37 more files
📄 Description
Changes
Updates the generated code to be much cleaner. Split off of #2970 per @mark-monteiro 's request.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.