Fix missing method

This commit is contained in:
Peter 2019-09-07 19:16:54 +04:00
parent 067543f6f4
commit 41c0d81c2c

View File

@ -10,7 +10,7 @@
@implementation OggOpusReader
- (instancetype _Nullable)init:(NSString *)path {
- (instancetype _Nullable)initWithPath:(NSString *)path {
self = [super init];
if (self != nil) {
int error = OPUS_OK;