Madsonic v 5.1.xxx fix (#145)
* Fixes #129 Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
This commit is contained in:
parent
565ae00089
commit
871082aea3
|
@ -44,6 +44,7 @@ enum class SubsonicAPIVersions(val subsonicVersions: String, val restApiVersion:
|
|||
"1.8.0" -> return V1_8_0
|
||||
"1.9.0" -> return V1_9_0
|
||||
"1.10.2" -> return V1_10_2
|
||||
"1.10.5" -> return V1_10_2 // Non standard version of Madsonic Server 5.1
|
||||
"1.11.0" -> return V1_11_0
|
||||
"1.12.0" -> return V1_12_0
|
||||
"1.13.0" -> return V1_13_0
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#Tue Dec 26 22:52:35 CET 2017
|
||||
AI_VERSION_CODE=60
|
||||
#Mon Jan 22 14:58:03 CET 2018
|
||||
AI_VERSION_CODE=61
|
||||
|
|
Loading…
Reference in New Issue