8 lines
155 B
C#
8 lines
155 B
C#
namespace Hyperbar.Widget.MediaController.Windows;
|
|
|
|
public record MediaInformation(string Title,
|
|
string Description,
|
|
Stream ThumbnailSource);
|
|
|
|
|