From 5adc854e46f3e57426867f84456fd4a23db1ca71 Mon Sep 17 00:00:00 2001 From: exttex Date: Fri, 16 Oct 2020 21:06:07 +0200 Subject: [PATCH] 0.5.9 - accidentally fucked up flow/stls --- lib/api/player.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/api/player.dart b/lib/api/player.dart index e5b8306..319008d 100644 --- a/lib/api/player.dart +++ b/lib/api/player.dart @@ -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); } diff --git a/pubspec.yaml b/pubspec.yaml index bfbbb69..c001888 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"