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