~not/sonar

23505a0996d5442a26e77f993d3b400cc8ebe52f — b123400 2 years ago 392c6b3 0.5
Show album duration
1 files changed, 2 insertions(+), 0 deletions(-)

M Sonar/Player/PlayerWindowController.m
M Sonar/Player/PlayerWindowController.m => Sonar/Player/PlayerWindowController.m +2 -0
@@ 567,6 567,8 @@ typedef enum : NSUInteger {
            return album.name;
        } else if ([[tableColumn identifier] isEqualToString:@"starred"]) {
            return album.starred != nil ? @"✔︎" : nil;
        } else if ([[tableColumn identifier] isEqualTo:@"duration"]) {
            return [Utilities formatDuration:album.duration];
        }
    }
    if ([item isKindOfClass:[Playlist class]]) {