mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 16:16:17 +00:00
fixed image swap function in editor
This commit is contained in:
@@ -1351,9 +1351,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
FileSystem.SwapFiles(path1, path2);
|
||||
|
||||
info1.Path = path2;
|
||||
info2.Path = path1;
|
||||
|
||||
// Refresh these values
|
||||
info1.DateModified = FileSystem.GetLastWriteTimeUtc(info1.Path);
|
||||
info2.DateModified = FileSystem.GetLastWriteTimeUtc(info2.Path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user