mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-07 14:52:52 +01:00
Some minor code cleanups
This commit is contained in:
parent
016590529f
commit
670a53258e
@@ -61,7 +61,7 @@ namespace MediaBrowser.Controller.FFMpeg
|
||||
{
|
||||
try
|
||||
{
|
||||
ProtobufSerializer.SerializeToFile<FFProbeResult>(result, outputCachePath);
|
||||
ProtobufSerializer.SerializeToFile(result, outputCachePath);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user