We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317cdc1 commit 2f35dc6Copy full SHA for 2f35dc6
Source/PlaybackController.swift
@@ -236,7 +236,7 @@ public class PlaybackController: NSObject {
236
237
// MARK: Init/Deinit
238
239
- convenience override init() {
+ public convenience override init() {
240
self.init(resourcesDirectory: PlaybackController.defaultDirectory, defaults: UserDefaults.standard)
241
}
242
0 commit comments