add trakt playlist option (#2171)

* add generate playlist option; add system playlists

* fix official lists; sync items to playlist
This commit is contained in:
Jason Dove
2025-07-19 16:56:25 +00:00
committed by GitHub
parent 70fbd4c746
commit 867c88d8fc
38 changed files with 23963 additions and 51 deletions
@@ -3,5 +3,6 @@
public class PlaylistItemsEditViewModel
{
public string Name { get; set; }
public bool IsSystem { get; set; }
public List<PlaylistItemEditViewModel> Items { get; set; }
}