Added a currentSongPlayed method that returns the integer seconds played in the curre...
[MenuTunes.git] / PreferencesController.m
index f8245d2..61e0c11 100755 (executable)
@@ -1105,6 +1105,7 @@ static PreferencesController *prefs = nil;
                        [audioscrobblerPasswordTextField setStringValue:password];
                }
        }
+       [audioscrobblerUseCacheCheckbox setState:[df boolForKey:@"audioscrobblerCacheSubmissions"]];
        
     [[NSNotificationCenter defaultCenter] addObserver:sharingTableView selector:@selector(reloadData) name:@"ITMTFoundNetService" object:nil];