Fix code smells

This commit is contained in:
Vasily
2020-05-19 15:42:50 +03:00
parent 186b7f303c
commit 2b1ae7ac58
2 changed files with 9 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ namespace Emby.Drawing
}
/// <inheritdoc />
public string GetImageHash(string inputPath)
public string GetImageHash(string path)
{
throw new NotImplementedException();
}