mirror of
https://github.com/DJDoubleD/refreezer.git
synced 2026-01-15 16:32:54 -03:00
Fix Flow Button | It's almost 2am forgive me.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user