mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
Provide webui update timestamp in about webui gql query (#1789)
Makes it possible for the client to determine if a forced page refresh is required to ensure up-to-date webui files are being used
This commit is contained in:
@@ -3,6 +3,7 @@ package suwayomi.tachidesk.graphql.types
|
||||
data class AboutWebUI(
|
||||
val channel: WebUIChannel,
|
||||
val tag: String,
|
||||
val updateTimestamp: Long,
|
||||
)
|
||||
|
||||
data class WebUIUpdateCheck(
|
||||
|
||||
Reference in New Issue
Block a user