diff --git a/FreeTubeSync/Model/Playlist.cs b/FreeTubeSync/Model/Playlist.cs index 2d1627e..6f2abb7 100644 --- a/FreeTubeSync/Model/Playlist.cs +++ b/FreeTubeSync/Model/Playlist.cs @@ -1,5 +1,6 @@ using System.ComponentModel.DataAnnotations; using System.Diagnostics.CodeAnalysis; +using Microsoft.EntityFrameworkCore.Query.Internal; namespace FreeTubeSync.Model; @@ -18,7 +19,20 @@ public class Playlist { if (other.playlistName != playlistName) playlistName = other.playlistName; if (other.@protected != @protected) @protected = other.@protected; - if (other.videos.Count != videos.Count) videos = other.videos; + var remove = new List