add multiselect help text

This commit is contained in:
Luke Pulverenti
2015-10-14 22:55:19 -04:00
parent ffe8af4c37
commit 04cc4eaf68
4 changed files with 21 additions and 26 deletions

View File

@@ -936,7 +936,7 @@ namespace MediaBrowser.Server.Implementations.Connect
{
var length = response.ContentLength;
if (length != new FileInfo(user.GetImageInfo(ImageType.Primary, 0).Path).Length)
if (length != _fileSystem.GetFileInfo(user.GetImageInfo(ImageType.Primary, 0).Path).Length)
{
changed = true;
}