Use ID3 tags by default for new users.
This is what most people are used to from iTunes or Spotify..
This commit is contained in:
parent
6ea4ac5829
commit
a2324eabf2
|
@ -70,13 +70,13 @@
|
|||
a:key="playbackControlSettings"
|
||||
app:iconSpaceReserved="false">
|
||||
<CheckBoxPreference
|
||||
a:defaultValue="false"
|
||||
a:defaultValue="true"
|
||||
a:key="useId3Tags"
|
||||
a:summary="@string/settings.use_id3_summary"
|
||||
a:title="@string/settings.use_id3"
|
||||
app:iconSpaceReserved="false"/>
|
||||
<CheckBoxPreference
|
||||
a:defaultValue="false"
|
||||
a:defaultValue="true"
|
||||
a:key="showArtistPicture"
|
||||
a:summary="@string/settings.show_artist_picture_summary"
|
||||
a:title="@string/settings.show_artist_picture"
|
||||
|
|
Loading…
Reference in New Issue