diff options
author | Hardeep Sidhu <dyp@pobox.com> | 2006-04-19 02:22:23 +0000 |
---|---|---|
committer | Hardeep Sidhu <dyp@pobox.com> | 2006-04-19 02:22:23 +0000 |
commit | b79c9a61454fbf79a641cf353846ec7690af52f5 (patch) | |
tree | 3ae53d4926e694aec9bb241b8c08103b2a329f64 /apps/playlist.h | |
parent | 4b36096b930bef45ba14d09bf0e59ac9c87c3e81 (diff) | |
download | rockbox-b79c9a61454fbf79a641cf353846ec7690af52f5.tar.gz rockbox-b79c9a61454fbf79a641cf353846ec7690af52f5.tar.bz2 rockbox-b79c9a61454fbf79a641cf353846ec7690af52f5.zip |
Allow insert shuffled option for directories when playlist is empty. Based on patch #3011 by Jonathan Gordon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9728 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playlist.h')
-rw-r--r-- | apps/playlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playlist.h b/apps/playlist.h index 3aa5406a51..1a5bb3d33c 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -90,6 +90,7 @@ struct playlist_info inserted tracks? */ bool deleted; /* have any tracks been deleted? */ int num_inserted_tracks; /* number of tracks inserted */ + bool started; /* has playlist been started? */ /* cache of playlist control commands waiting to be flushed to to disk */ |