diff options
Diffstat (limited to 'src/playlist.h')
-rw-r--r-- | src/playlist.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/playlist.h b/src/playlist.h index 330eba6ea..5e0b84c5e 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -50,6 +50,12 @@ typedef struct _Playlist { struct queue queue; /** + * This value is true if the player is currently playing (or + * should be playing). + */ + bool playing; + + /** * The "current song pointer". This is the song which is * played when we get the "play" command. It is also the song * which is currently being played. |