mamburu: Reading dates from cue fixed
parent
5e886338d8
commit
ca0b43de0f
|
@ -43,7 +43,7 @@
|
|||
[track title], @"title",
|
||||
[NSNumber numberWithInt:[[track track] intValue]], @"track",
|
||||
[track genre], @"genre",
|
||||
[track year], @"year",
|
||||
[NSNumber numberWithInt:[[track year] intValue]], @"year",
|
||||
nil];
|
||||
|
||||
}
|
||||
|
|
|
@ -88,5 +88,8 @@
|
|||
return year;
|
||||
}
|
||||
|
||||
-(NSString *) description {
|
||||
return [NSString stringWithFormat:@"CueSheetTrack{track: %@, url: %@, artist: %@, album: %@, title: %@, genre: %@, year: %@}", track, [url absoluteURL], artist, album, title, genre, year];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue