mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
store chapter image date modified
This commit is contained in:
@@ -1878,7 +1878,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
return new ItemImageInfo
|
||||
{
|
||||
Path = path,
|
||||
DateModified = FileSystem.GetLastWriteTimeUtc(path),
|
||||
DateModified = chapter.ImageDateModified,
|
||||
Type = imageType
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user