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