using CommunityToolkit.Mvvm.ComponentModel; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using VDownload.Common.Models; namespace VDownload.Common { public abstract class Playlist : ObservableObject, IEnumerable