mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update JobLogger.cs
This commit is contained in:
parent
7472ae5ca9
commit
2c3b1bb8cb
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
framerate = val;
|
||||
}
|
||||
}
|
||||
else if (part.Contains("fps=", StringComparison.OrdinalIgnoreCase))
|
||||
else if (part.StartsWith("fps=", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
var rate = part.Split(new[] { '=' }, 2).Last();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue