mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:08:33 +00:00
fix some documentation periods
This commit is contained in:
parent
afe09612e8
commit
8de6452967
26 changed files with 67 additions and 67 deletions
|
|
@ -166,7 +166,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
/// Validates the supplied FQPN to ensure it is a ffmpeg utility.
|
||||
/// If checks pass, global variable FFmpegPath and EncoderLocation are updated.
|
||||
/// </summary>
|
||||
/// <param name="path">FQPN to test</param>
|
||||
/// <param name="path">FQPN to test.</param>
|
||||
/// <param name="location">Location (External, Custom, System) of tool</param>
|
||||
/// <returns></returns>
|
||||
private bool ValidatePath(string path, FFmpegLocation location)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue