X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d11efc8d287ca1643e9ac6a7b561cad7cd659bda..107e67ed9e5791f210cfaf2185e75ea5b5e84792:/MainController.m diff --git a/MainController.m b/MainController.m index 2f4f820..92f3ee6 100755 --- a/MainController.m +++ b/MainController.m @@ -947,7 +947,7 @@ static MainController *sharedController; ITDebugLog(@"Attempting to connect to shared remote."); //Connect if ([networkController connectToHost:[df stringForKey:@"sharedPlayerHost"]]) { - currentRemote = [networkController sharedRemote]; + currentRemote = [[networkController networkObject] remote]; [refreshTimer invalidate]; ITDebugLog(@"Connection successful."); return YES;