diff --git a/flutter_client/lib/player/audio_handler.dart b/flutter_client/lib/player/audio_handler.dart index ce3a7df8..42e8dcfe 100644 --- a/flutter_client/lib/player/audio_handler.dart +++ b/flutter_client/lib/player/audio_handler.dart @@ -670,7 +670,7 @@ class MinstrelAudioHandler extends BaseAudioHandler with QueueHandler, SeekHandl /// Handles the notification favorite control (and any future custom /// actions). Toggles the current track's like via the LikeBridge, /// then re-broadcasts so the heart icon/label flips. Signature - /// matches AudioHandler.customAction (Future). + /// matches `AudioHandler.customAction` (`Future`). @override Future customAction(String name, [Map? extras]) async {