mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
WIP
This commit is contained in:
parent
2cc762a5b8
commit
6e597f0509
2 changed files with 19 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
package com.github.damontecres.wholphin.services
|
||||
|
||||
import com.github.damontecres.api.seerr.SeerrApiClient
|
||||
|
||||
class SeerrService constructor(
|
||||
private val api: SeerrApiClient,
|
||||
) {
|
||||
fun init() {
|
||||
api.searchApi.discoverTvGet(1)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue