mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
refresh connect authorizations
This commit is contained in:
@@ -1575,9 +1575,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
Path = path,
|
||||
DateModified = FileSystem.GetLastWriteTimeUtc(path),
|
||||
Type = imageType,
|
||||
Width = chapter.ImageWidth,
|
||||
Height = chapter.ImageHeight
|
||||
Type = imageType
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user