Apply suggestions from code review

Co-authored-by: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
Vasily
2020-05-26 00:50:29 +03:00
committed by GitHub
parent 1f83a21288
commit 29443e3681
4 changed files with 2 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ namespace MediaBrowser.Controller.Drawing
ImageDimensions GetImageSize(string path);
/// <summary>
/// Get the blurhash of an image.
/// Gets the blurhash of an image.
/// </summary>
/// <param name="path">The filepath of the image.</param>
/// <returns>The blurhash.</returns>