diff options
author | Max Kellermann <max@musicpd.org> | 2017-02-17 23:18:51 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-02-17 23:18:51 +0100 |
commit | c335f18be7e48ded9726d5bb8ccaa527fdd6d41e (patch) | |
tree | c9c3680404a733b3aa0bf904e375f772257f6eac /src/Main.cxx | |
parent | 7dc3e73782266f0c51dc89ac9ba9077a51f8f765 (diff) |
Partition: add "name" attribute
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index d833ba5e3..d2deff4c8 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -353,6 +353,7 @@ initialize_decoder_and_player(const ReplayGainConfig &replay_gain_config) } instance->partition = new Partition(*instance, + "default", max_length, buffered_chunks, buffered_before_play, |