[ADD] Simple views for accounts and channels
This commit is contained in:
@@ -17,4 +17,5 @@ public class ChannelEntity : DateTimeBase
|
||||
public List<MediaEntity> Media { get; set; } = [];
|
||||
public List<PlaylistEntity> Playlists { get; set; } = [];
|
||||
public ClientAccountEntity? ClientAccount { get; set; }
|
||||
public List<FileEntity>? Files { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user