aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcryptobank <janda.petr@gmail.com>2019-12-07 06:48:44 +1030
committerGitHub <noreply@github.com>2019-12-07 06:48:44 +1030
commit408cf017a44748f7085af7e5ffa0ca1c46f0ba19 (patch)
treec61600abd43098327ef4567c535eced4f1cbea25
parent5b5d527a09a94ef847c60578306c858fe6feff89 (diff)
Remove newline
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
-rw-r--r--MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
index 8078efced..268895540 100644
--- a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
+++ b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
@@ -517,7 +517,6 @@ namespace MediaBrowser.Controller.MediaEncoding
}
}
-
arg.Append(" -i \"").Append(subtitlePath).Append('\"');
}