mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #13444] [MERGED] Fix spelling #13581
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/13444
Author: @jsoref
Created: 1/27/2025
Status: ✅ Merged
Merged: 1/28/2025
Merged by: @Bond-009
Base:
master← Head:spelling📝 Commits (10+)
863e321spelling: anamorphic1e9e277spelling: associated06521e1spelling: channelinfo3492331spelling: eagerly691e810spelling: enumerable8a60634spelling: greater than/less than5adf365spelling: greaterc8ed159spelling: lineupd9e5fb9spelling: logs outcdd37aaspelling: names📊 Changes
18 files changed (+23 additions, -23 deletions)
View changed files
📝
Emby.Naming/TV/SeriesResolver.cs(+1 -1)📝
Jellyfin.Api/Controllers/AudioController.cs(+1 -1)📝
Jellyfin.Api/Helpers/StreamingHelpers.cs(+1 -1)📝
Jellyfin.Data/Entities/BaseItemMetadataField.cs(+1 -1)📝
Jellyfin.Data/Entities/BaseItemTrailerType.cs(+1 -1)📝
Jellyfin.Data/Entities/ItemValue.cs(+1 -1)📝
Jellyfin.Data/Entities/PeopleBaseItemMap.cs(+1 -1)📝
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs(+5 -5)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+1 -1)📝
MediaBrowser.Controller/Session/ISessionManager.cs(+1 -1)📝
MediaBrowser.Controller/Session/SessionInfo.cs(+1 -1)📝
MediaBrowser.LocalMetadata/Savers/BaseXmlSaver.cs(+1 -1)📝
MediaBrowser.Model/Dto/SessionInfoDto.cs(+1 -1)📝
MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs(+1 -1)📝
src/Jellyfin.Drawing.Skia/SplashscreenBuilder.cs(+1 -1)📝
src/Jellyfin.LiveTv/Listings/SchedulesDirectDtos/LineupDto.cs(+1 -1)📝
src/Jellyfin.LiveTv/Listings/SchedulesDirectDtos/MetadataDto.cs(+1 -1)📝
src/Jellyfin.LiveTv/TunerHosts/M3uParser.cs(+2 -2)📄 Description
Changes
Fixes misspellings identified by the check-spelling action.
The misspellings have been reported at https://github.com/jsoref/jellyfin/actions/runs/12979401882#summary-36195047679
The action will report that the changes in this PR would make it happy: https://github.com/jsoref/jellyfin/actions/runs/12979402012#summary-36195047936 -- Note that there are a number of tests that appear to be consistently failing. In order to get CI not not fail miserably, I included 0c236225278edacc5f9c93467d628ced8a960660 in my test PR (but they aren't included in this PR).
As before, if people are happy with the changes, I'll squash them.
There's one change that I omitted which was
BluRaytoBluray(for everything except file names) because that upset the API checker. Ignoring files withBluRayin their names, there's an exactly equal number ofBluRayandBluray, I looked around and checked with people and do believe that the latter would be more correct (although it'd obviously require adding a new set of APIs and deprecating the old ones). If people are interested, I'm happy to make a PR for that separately.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.