From ecc1f69783b3fa5210e8bdb19618d9a1681c62ff Mon Sep 17 00:00:00 2001 From: vspader Date: Fri, 12 May 2006 14:53:13 +0000 Subject: [PATCH] Fixed year/track binding --- Playlist/PlaylistEntry.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Playlist/PlaylistEntry.h b/Playlist/PlaylistEntry.h index 66d169ccf..f3733e408 100644 --- a/Playlist/PlaylistEntry.h +++ b/Playlist/PlaylistEntry.h @@ -61,6 +61,11 @@ - (NSString *)lengthString; - (void)setLengthString:(double)l; +-(void)setYear:(int)y; +-(int)year; +-(void)setTrack:(int)y; +-(int)track; + - (double)length; - (int)bitRate; - (int)channels;