mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-24 17:46:51 +01:00
incorporate file length into image cache tag
This commit is contained in:
@@ -386,6 +386,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
else
|
||||
{
|
||||
currentImage.DateModified = _fileSystem.GetLastWriteTimeUtc(image.FileInfo);
|
||||
currentImage.Length = ((FileInfo) image.FileInfo).Length;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user