mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 08:15:37 +00:00
Fix minor bug in ConfigService array parsing
This commit is contained in:
@@ -39,7 +39,7 @@ class ConfigService(
|
||||
val parsedValue =
|
||||
if (configProperty.type.java.isArray)
|
||||
if (appConfig?.value == null || appConfig.value.isEmpty())
|
||||
emptyArray()
|
||||
null
|
||||
else
|
||||
appConfig.value.split(",").toTypedArray()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user