From: Joseph Spiros Date: Thu, 2 Oct 2003 00:22:03 +0000 (+0000) Subject: Adding support for elapsed time on all streams, library and radio sources. X-Git-Tag: v1.0~10 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/0a481b1f1afeda7c270362348b129fb6427117f9 Adding support for elapsed time on all streams, library and radio sources. --- diff --git a/iTunesRemote.m b/iTunesRemote.m index 1ff763c..a312eba 100755 --- a/iTunesRemote.m +++ b/iTunesRemote.m @@ -354,7 +354,6 @@ sendAEWithRequestedKeyForNumber:@"pPos" eventClass:@"core" eventID:@"getd" appPSN:savedPSN]; finalString = [self formatTimeInSeconds:final]; - if ( [self currentPlaylistClass] == ITMTRemotePlayerRadioPlaylist ) { finalString = nil; } ITDebugLog(@"Getting current song elapsed time done."); return finalString; }