0.5.9 - accidentally fucked up flow/stls
This commit is contained in:
parent
9e18537b0c
commit
5adc854e46
2 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ class PlayerHelper {
|
|||
QueueSource queueSource = QueueSource(
|
||||
id: stl.id,
|
||||
source: (stl.id == 'flow')?'flow':'smarttracklist',
|
||||
text: stl.title??(stl.id == 'flow')?'Flow'.i18n:'Smart track list'.i18n
|
||||
text: stl.title??((stl.id == 'flow') ? 'Flow'.i18n : 'Smart track list'.i18n)
|
||||
);
|
||||
await playFromTrackList(stl.tracks, stl.tracks[0].id, queueSource);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue