From f19e615a181cf260d69db226582b0ddcc0fc829c Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Fri, 21 May 2004 01:32:49 +0000 Subject: [PATCH] Even more fixage! Now when you reconnect after the host has quit and relaunched while the iTunes on the local machine is off, it won't do bad things. --- MainController.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MainController.m b/MainController.m index c235a8f..4417228 100755 --- a/MainController.m +++ b/MainController.m @@ -1091,6 +1091,10 @@ static MainController *sharedController; if (result == 1) { [[PreferencesController sharedPrefs] resetRemotePlayerTextFields]; currentRemote = [[[networkController networkObject] remote] retain]; + + [self setupHotKeys]; + playerRunningState = ITMTRemotePlayerRunning; + [refreshTimer invalidate]; refreshTimer = [[NSTimer scheduledTimerWithTimeInterval:([networkController isConnectedToServer] ? 10.0 : 0.5) target:self -- 2.20.1