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

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.5.8+1
version: 0.5.9+1
environment:
sdk: ">=2.8.0 <3.0.0"