Fix typos
Found via `codespell -q 3 -D ../../dictionary.txt -S "./Emby.Server.Implementations/Localization" -L allready,childrens,groupe,inh,raisons,re-use,som,supercede,superceded,thirdparty,whoknows`
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user