Adding support for elapsed time on all streams, library and radio sources.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 2 Oct 2003 00:22:03 +0000 (00:22 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 2 Oct 2003 00:22:03 +0000 (00:22 +0000)
iTunesRemote.m

index 1ff763c..a312eba 100755 (executable)
                         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;
 }