diff options
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h index 092c04a76b..37e546f6fc 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -613,7 +613,8 @@ struct user_settings #ifdef HAVE_ALBUMART int album_art; /* switch off album art display or choose preferred source */ #endif - + bool rewind_across_tracks; + /* playlist viewer settings */ bool playlist_viewer_icons; /* display icons on viewer */ bool playlist_viewer_indices; /* display playlist indices on viewer */ |