diff osx/svitunes.mm @ 384:be237d380f5f macness

importITunesAudio() now sets the SV playback position too
author Dan Stowell <dan.stowell@eecs.qmul.ac.uk>
date Mon, 18 Oct 2010 15:23:21 +0100
parents abb9c3dedec2
children a555be0ad78f
line wrap: on
line diff
--- a/osx/svitunes.mm	Mon Oct 18 14:44:28 2010 +0100
+++ b/osx/svitunes.mm	Mon Oct 18 15:23:21 2010 +0100
@@ -155,3 +155,7 @@
 unsigned int ITunesSVRemote::playerPos(){
     return m_playerPos;
 }
+
+void ITunesSVRemote::resetPlayerState(){
+    m_playerPos = 0;
+}