mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
store chapter image date modified
This commit is contained in:
@@ -863,7 +863,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
{
|
||||
Path = chapterInfo.ImagePath,
|
||||
Type = ImageType.Chapter,
|
||||
DateModified = _fileSystem.GetLastWriteTimeUtc(chapterInfo.ImagePath)
|
||||
DateModified = chapterInfo.ImageDateModified
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user