bunch ov fixes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Hyperbar.Widget.MediaController.Windows;
|
||||
|
||||
public enum PlaybackStatus
|
||||
{
|
||||
Closed,
|
||||
Opened,
|
||||
Changing,
|
||||
Stopped,
|
||||
Playing,
|
||||
Paused
|
||||
}
|
||||
Reference in New Issue
Block a user