add trakt playlist option (#2171)
* add generate playlist option; add system playlists * fix official lists; sync items to playlist
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
public class PlaylistItemsEditViewModel
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public bool IsSystem { get; set; }
|
||||
public List<PlaylistItemEditViewModel> Items { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user