Home
last modified time | relevance | path

Searched refs:PLAYLIST_STATE_FILE_REPEAT (Results 1 – 1 of 1) sorted by relevance

/dports/audio/musicpd/mpd-0.23.6/src/queue/
H A DPlaylistState.cxx45 #define PLAYLIST_STATE_FILE_REPEAT "repeat: " macro
89 os.Format(PLAYLIST_STATE_FILE_REPEAT "%i\n", playlist.queue.repeat); in playlist_state_save()
155 } else if ((p = StringAfterPrefix(line, PLAYLIST_STATE_FILE_REPEAT))) { in playlist_state_restore()