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