Skip to content

Commit

Permalink
update komga client
Browse files Browse the repository at this point in the history
  • Loading branch information
Snd-R committed Sep 14, 2024
1 parent c6b945f commit f9d82dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlinx-coroutines = "1.9.0-RC.2"
kotlinx-datetime = "0.6.0"
kotlinx-serialization = "1.7.1"
kotlinx-io = "0.5.3"
komga-client = "0.3.0"
komga-client = "0.4.0"
ktor = "3.0.0-rc-1"
ksoup = "0.1.6-alpha1"
logback = "1.5.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class KomgaEventHandler(
eventHandlerScope.launch {
val eventSource = eventSourceFactory()
this@KomgaEventHandler.eventSource = eventSource
logger.info { "Connected to Komga event source" }

eventSource.incoming.onEach { event ->
logger.debug { event }
Expand Down

0 comments on commit f9d82dd

Please sign in to comment.