0.5.9 - accidentally fucked up flow/stls

This commit is contained in:
exttex 2020-10-16 21:06:07 +02:00
parent 9e18537b0c
commit 5adc854e46
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}