Fixed the state for the playlists menu item to show the currently playing playlist.
[MenuTunes.git] / NetworkController.h
index 57eee2e..62f221e 100755 (executable)
@@ -39,6 +39,7 @@
 - (int)connectToHost:(NSString *)host;
 - (BOOL)checkForServerAtHost:(NSString *)host;
 - (BOOL)disconnect;
+- (void)resetServerName;
 - (BOOL)isServerOn;
 - (BOOL)isClientConnected;
 - (BOOL)isConnectedToServer;