mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 18:15:01 +02:00
Fix usage of this
This commit is contained in:
parent
d9313a1654
commit
639d641c07
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue