Fixed the state for the playlists menu item to show the currently playing playlist.
[MenuTunes.git] / NetworkObject.h
index 0e185d4..5a3781b 100755 (executable)
@@ -30,5 +30,6 @@
 - (BOOL)sendPassword:(NSData *)password;
 
 - (void)invalidate;
+- (void)makeValid;
 - (BOOL)isValid;
 @end