[Slim-Checkins] r33642 - in /7.7/trunk/server: Changelog7.html Slim/Player/StreamingController.pm
| Newsgroups | gmane.music.equipment.slimdevices.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ayoung
Date: Wed Nov 2 03:35:55 2011
New Revision: 33642
URL: http://svn.slimdevices.com/slim?rev=33642&view=rev
Log:
Fixed bug 17643: Displayed playlist not refreshed on repeat with reshuffle
Modified:
7.7/trunk/server/Changelog7.html
7.7/trunk/server/Slim/Player/StreamingController.pm
Modified: 7.7/trunk/server/Changelog7.html
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Changelog7.html?rev=33642&r1=33641&r2=33642&view=diff
==============================================================================
--- 7.7/trunk/server/Changelog7.html (original)
+++ 7.7/trunk/server/Changelog7.html Wed Nov 2 03:35:55 2011
@@ -2,6 +2,7 @@
<ul>
<li>Bug Fixes:</li>
<ul>
+ <li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17643">#17643</a> - Displayed playlist not refreshed on repeat with reshuffle</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17719">#17719</a> - Now Playing playlist in the web UI doesn't show correct metadata for remote music services</li>
</ul>
<br />
Modified: 7.7/trunk/server/Slim/Player/StreamingController.pm
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Slim/Player/StreamingController.pm?rev=33642&r1=33641&r2=33642&view=diff
==============================================================================
--- 7.7/trunk/server/Slim/Player/StreamingController.pm (original)
+++ 7.7/trunk/server/Slim/Player/StreamingController.pm Wed Nov 2 03:35:55 2011
@@ -869,6 +869,7 @@
$prefs->get('reshuffleOnRepeat')) {
Slim::Player::Playlist::reshuffle($client, 1);
+ $client->currentPlaylistUpdateTime(Time::HiRes::time()); # bug 17643
}
$nextsong = 0;
}