Summary: | 'amarok -l <somefile>' crashes | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Christophe Marin <christophe> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | kf5 | ||
Target Milestone: | kf5 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/amarok/457fbda25a85a102bfda92aa7137e7ef5e4c8b00 | Version Fixed In: | |
Sentry Crash Report: |
Description
Christophe Marin
2019-08-13 10:13:09 UTC
Sorry, the command is: amarok -l <some file> amarok -a works as expected. Git commit 457fbda25a85a102bfda92aa7137e7ef5e4c8b00 by Christophe Giboudeaux. Committed on 24/08/2019 at 07:04. Pushed by cgiboudeaux into branch 'master'. Fix a crash when running 'amarok -l /path/to/file' Summary: BUG: 410870 Test Plan: amarok -l <somefile> Before: Assert "you need to call AmarokConfig::instance before using" After: the file is queued and played. Reviewers: heikobecker Reviewed By: heikobecker Subscribers: #amarok, amarok-devel Differential Revision: https://phabricator.kde.org/D23326 M +1 -2 src/App.cpp https://commits.kde.org/amarok/457fbda25a85a102bfda92aa7137e7ef5e4c8b00 |