From 1857cfdb8c18ad4d00664cd4d181ae0c207b6b36 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Sun, 5 Jan 2025 11:26:01 +0100 Subject: [PATCH] Fixed web stub_stmc --- lib/stubs/web/smtc_web.dart | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/stubs/web/smtc_web.dart b/lib/stubs/web/smtc_web.dart index d358b1a..85d3076 100644 --- a/lib/stubs/web/smtc_web.dart +++ b/lib/stubs/web/smtc_web.dart @@ -90,11 +90,12 @@ class MusicMetadata { } enum PlaybackStatus { - Closed, - Changing, - Stopped, - Playing, - Paused, + closed, + changing, + stopped, + playing, + paused, + ; } enum PressedButton {