mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
Update Hilla version
Fix production build
This commit is contained in:
@@ -12,7 +12,7 @@ import java.net.URI
|
||||
|
||||
class Mapper {
|
||||
companion object {
|
||||
private val log = LoggerFactory.getLogger(javaClass)
|
||||
private val log = LoggerFactory.getLogger(Mapper::class.java)
|
||||
|
||||
fun genre(genre: proto.Genre): Genre {
|
||||
return when (genre.slug) {
|
||||
|
||||
Reference in New Issue
Block a user