mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 01:50:53 +01:00
only set creation date at resolve time
This commit is contained in:
@@ -354,7 +354,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
}
|
||||
|
||||
//update our dates
|
||||
EntityResolutionHelper.EnsureDates(this, args);
|
||||
EntityResolutionHelper.EnsureDates(this, args, false);
|
||||
|
||||
IsOffline = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user