mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-04 02:48:54 +02:00
Fix incorrect method call
This commit is contained in:
@@ -59,7 +59,7 @@ public extension AppLogger {
|
||||
}
|
||||
|
||||
func debug(_ information: String, isPrivate: Bool = Defaults.isPrivate) {
|
||||
log(information, isPrivate)
|
||||
self.log(information, isPrivate: isPrivate)
|
||||
}
|
||||
|
||||
func error(_ information: String, isPrivate: Bool = Defaults.isPrivate) {
|
||||
|
||||
Reference in New Issue
Block a user