music: enable quality tags
Actually enable quality tags now. Now that 2.5.0 is out, I can finally focus on the new metadata system.
This commit is contained in:
parent
f014a2a48d
commit
9921a39784
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 2.6.0
|
||||
|
||||
#### What's New
|
||||
- Added option to ignore `MediaStore` tags, allowing more correct metadata
|
||||
at the cost of longer loading times
|
||||
- Added Last Added sorting
|
||||
|
||||
## 2.5.0
|
||||
|
||||
#### What's New
|
||||
|
|
|
@ -183,7 +183,6 @@
|
|||
app:allowDividerBelow="false"
|
||||
app:defaultValue="false"
|
||||
app:iconSpaceReserved="false"
|
||||
app:isPreferenceVisible="false"
|
||||
app:key="@string/set_key_quality_tags"
|
||||
app:summary="@string/set_quality_tags_desc"
|
||||
app:title="@string/set_quality_tags" />
|
||||
|
|
Loading…
Reference in a new issue