* add generate playlist option; add system playlists * fix official lists; sync items to playlist
4 lines
143 B
C#
4 lines
143 B
C#
namespace ErsatzTV.Application.MediaCollections;
|
|
|
|
public record PlaylistGroupViewModel(int Id, string Name, int PlaylistCount, bool IsSystem);
|