Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Amarok
Commits
79458f1f
Commit
79458f1f
authored
Feb 18, 2012
by
Sam Lade
Browse files
Fix show in media sources buttons resetting collection sorting
Patch by Ravi Arora BUG:231858 FIXED-IN:2.6 REVIEW:104018
parent
c167a866
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
79458f1f
...
...
@@ -40,6 +40,7 @@ Version 2.6-Beta 1
"1.2 GB free" is shown instead of "85% used"; thicker capacity bar.
BUGFIXES:
* Show in Media Sources actions no longer reset the collection sorting to artist/album. (BR 231858)
* Don't mark audio-CD tracks as unplayable (greyed out). (BR 285885)
* Don't misbehave when track is dropped directly to saved playlist. (BR 293295)
* Don't report collection of USB Mass Storage tracks as None.
...
...
src/core-impl/collections/db/sql/CapabilityDelegateImpl.cpp
View file @
79458f1f
...
...
@@ -251,7 +251,6 @@ class FindInSourceCapabilityImpl : public Capabilities::FindInSourceCapability
url
.
setCommand
(
"navigate"
);
url
.
setPath
(
"collections"
);
url
.
appendArg
(
"filter"
,
filters
.
join
(
QLatin1String
(
" AND "
)
)
);
url
.
appendArg
(
"levels"
,
"artist-album"
);
debug
()
<<
"running url: "
<<
url
.
url
();
url
.
run
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment