mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 09:20:08 +00:00
Fix missing method
This commit is contained in:
parent
067543f6f4
commit
41c0d81c2c
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
@implementation OggOpusReader
|
@implementation OggOpusReader
|
||||||
|
|
||||||
- (instancetype _Nullable)init:(NSString *)path {
|
- (instancetype _Nullable)initWithPath:(NSString *)path {
|
||||||
self = [super init];
|
self = [super init];
|
||||||
if (self != nil) {
|
if (self != nil) {
|
||||||
int error = OPUS_OK;
|
int error = OPUS_OK;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user