diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-19 13:47:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-19 13:47:34 +0100 |
| commit | a6d892268ccdf8e50194c0168491c8a360bbb687 (patch) | |
| tree | 80d8007be63f7b9f52bdc46e0171d79454a94597 /src/lib/player.cc | |
| parent | 91273da19c689e44f3baa368d4b4efbe75cd8fe5 (diff) | |
| parent | 7370f2b159a539d4a7721a50d0f3dc56ba14c678 (diff) | |
Merge branch '1.0-alt-loop' into 1.0
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index f5212f8d0..ec20892ef 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -401,7 +401,7 @@ Player::setup_pieces () _pieces.clear (); - Playlist::ContentList content = _playlist->content_with_loop (); + Playlist::ContentList content = _playlist->content (); sort (content.begin(), content.end(), ContentSorter ()); for (Playlist::ContentList::iterator i = content.begin(); i != content.end(); ++i) { |
