Merge pull request #13438 from luzpaz/typos-various

Fix typos
This commit is contained in:
Bond-009
2025-01-27 14:13:31 +01:00
committed by GitHub
5 changed files with 11 additions and 11 deletions

View File

@@ -537,7 +537,7 @@ namespace MediaBrowser.Model.Entities
get
{
// In some cases AverageFrameRate for videos will be read as 1000fps even if it is not.
// This is probably due to a library compatability issue.
// This is probably due to a library compatibility issue.
// See https://github.com/jellyfin/jellyfin/pull/12603#discussion_r1748044018 for more info.
return AverageFrameRate < 1000 ? AverageFrameRate : RealFrameRate;
}