Adding a new proxy object for the networking. It's broken right now, but
[MenuTunes.git] / MainController.m
index 2f4f820..92f3ee6 100755 (executable)
@@ -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;