Fix Flow Button | It's almost 2am forgive me.

This commit is contained in:
bw8686
2024-08-04 01:40:59 +01:00
committed by GitHub
parent 85c831b400
commit 175c562db3

View File

@@ -173,7 +173,7 @@ class AndroidAuto {
}
// Play flow
if (id == 'flow' || id == '${prefix}stlflow') {
if (id == '${prefix}flow' || id == '${prefix}stlflow') {
await GetIt.I<AudioPlayerHandler>()
.playFromSmartTrackList(SmartTrackList(id: 'flow', title: 'Flow'.i18n));
return;