mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 19:54:48 +03:00
add multiselect help text
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user