mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
feat: implemented settings for enabling or disabling music scrobbling
This commit is contained in:
parent
6b0ba573de
commit
133b5e4794
4 changed files with 28 additions and 1 deletions
|
|
@ -222,6 +222,22 @@
|
|||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="@string/settings_title_scrobble">
|
||||
<Preference
|
||||
app:selectable="false"
|
||||
app:summary="@string/settings_summary_scrobble" />
|
||||
|
||||
<Preference
|
||||
app:selectable="false"
|
||||
app:summary="@string/settings_sub_summary_scrobble" />
|
||||
|
||||
<SwitchPreference
|
||||
android:title="@string/settings_scrobble_title"
|
||||
android:defaultValue="true"
|
||||
android:key="scrobbling" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="@string/settings_title_share">
|
||||
<Preference
|
||||
app:selectable="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue