diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5135af0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.exe filter=lfs diff=lfs merge=lfs -text diff --git a/VDownload.Common/Playlist.cs b/VDownload.Common/Playlist.cs deleted file mode 100644 index 203be1d..0000000 --- a/VDownload.Common/Playlist.cs +++ /dev/null @@ -1,24 +0,0 @@ -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