Skip to content

Commit

Permalink
fix add file to queue bug
Browse files Browse the repository at this point in the history
  • Loading branch information
IrosTheBeggar committed Feb 3, 2022
1 parent f4d568f commit f6c9937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/screens/browser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class Browser extends StatelessWidget {
title: i.name,
extras: {'path': i.data, 'localPath': finalString});
MediaManager().audioHandler.addQueueItem(item);
return;
}

String prefix =
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0+12
version: 0.11.2+14

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit f6c9937

Please sign in to comment.