aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Playlists
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/Playlists')
-rw-r--r--Emby.Server.Implementations/Playlists/PlaylistManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Playlists/PlaylistManager.cs b/Emby.Server.Implementations/Playlists/PlaylistManager.cs
index 4538fc6a3..409414139 100644
--- a/Emby.Server.Implementations/Playlists/PlaylistManager.cs
+++ b/Emby.Server.Implementations/Playlists/PlaylistManager.cs
@@ -272,6 +272,8 @@ namespace Emby.Server.Implementations.Playlists
playlist.LinkedChildren = [.. playlist.LinkedChildren, .. childrenToAdd];
}
+ playlist.DateLastMediaAdded = DateTime.UtcNow;
+
await UpdatePlaylistInternal(playlist).ConfigureAwait(false);
// Refresh playlist metadata