diff options
| author | Bond-009 <bond.009@outlook.com> | 2025-01-27 14:13:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-27 14:13:31 +0100 |
| commit | 2e080087e6da7bc77bdd280b8754520727028e30 (patch) | |
| tree | dda0386316c245150655d58150a8687286f8359b /MediaBrowser.Model | |
| parent | 7684986fa16cd6246d4929097f76d379f55fc1fe (diff) | |
| parent | b37bc9016f8b625de3ec4a1fd2c4aac4b979cd7f (diff) | |
Merge pull request #13438 from luzpaz/typos-various
Fix typos
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/Entities/MediaStream.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index 0102f6f70..218a22aa2 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -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; } |
