File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright (c) 2011-2024 Stephen F. Booth <[email protected] >
2
+ // Copyright (c) 2011-2025 Stephen F. Booth <[email protected] >
3
3
// Part of https://github.com/sbooth/SFBAudioEngine
4
4
// MIT license
5
5
//
@@ -86,7 +86,7 @@ - (BOOL)readPropertiesAndMetadataReturningError:(NSError **)error
86
86
propertiesDictionary[SFBAudioPropertiesKeyDuration] = @(duh_get_length (duh) / (float )DUMB_SAMPLE_RATE);
87
87
88
88
self.properties = [[SFBAudioProperties alloc ] initWithDictionaryRepresentation: propertiesDictionary];
89
- self.metadata = [[SFBAudioMetadata alloc ] initWithDictionaryRepresentation: @{ SFBAudioMetadataKeyTitle: @(duh_get_tag (duh, " TITLE" )) }];;
89
+ self.metadata = [[SFBAudioMetadata alloc ] initWithDictionaryRepresentation: @{ SFBAudioMetadataKeyTitle: @(duh_get_tag (duh, " TITLE" )) }];
90
90
91
91
unload_duh (duh);
92
92
dumbfile_close (df);
You can’t perform that action at this time.
0 commit comments