mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
update configuration for virtual episodes
This commit is contained in:
@@ -1166,10 +1166,8 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
return;
|
||||
}
|
||||
|
||||
var metaFileEntry = item.ResolveArgs.GetMetaFileByPath(path);
|
||||
|
||||
// See if we can avoid a file system lookup by looking for the file in ResolveArgs
|
||||
var dateModified = metaFileEntry == null ? File.GetLastWriteTimeUtc(path) : metaFileEntry.LastWriteTimeUtc;
|
||||
var dateModified = item.GetImageDateModified(path);
|
||||
|
||||
ImageSize size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user