summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 5313fe37b1..5fc8c7e5f5 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -498,6 +498,7 @@ struct user_settings
498#ifdef CONFIG_TUNER 498#ifdef CONFIG_TUNER
499 int fm_region; 499 int fm_region;
500#endif 500#endif
501 bool audioscrobbler; /* Audioscrobbler logging */
501 502
502}; 503};
503 504