mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-07-13 23:42:21 +00:00
Fix incorrect method call
This commit is contained in:
parent
368f349c78
commit
ba7d2be03e
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue