mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
make FRAME-RATE field culture invariant
This commit is contained in:
parent
4aaf71b873
commit
3ce0d589ba
@ -427,7 +427,7 @@ namespace Jellyfin.Api.Helpers
|
|||||||
if (framerate.HasValue)
|
if (framerate.HasValue)
|
||||||
{
|
{
|
||||||
builder.Append(",FRAME-RATE=")
|
builder.Append(",FRAME-RATE=")
|
||||||
.Append(framerate.Value);
|
.Append(framerate.Value.ToString(CultureInfo.InvariantCulture));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user