mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Moving up: API level 1.8.0
This commit is contained in:
parent
a9d7d4d242
commit
5dd4b15079
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ The project's main goals are:
|
||||||
|
|
||||||
### Supported Subsonic API version
|
### Supported Subsonic API version
|
||||||
|
|
||||||
I'm currently trying to implement all functionality from API v1.5.0, with some exceptions.
|
I'm currently trying to implement all functionality from API v1.8.0, with some exceptions.
|
||||||
|
|
||||||
Check the (almost) up to date [compatibility chart](https://github.com/deluan/gosonic/wiki/Compatibility) for what is working.
|
Check the (almost) up to date [compatibility chart](https://github.com/deluan/gosonic/wiki/Compatibility) for what is working.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ func TestPing(t *testing.T) {
|
||||||
err := json.Unmarshal(w.Body.Bytes(), &v)
|
err := json.Unmarshal(w.Body.Bytes(), &v)
|
||||||
So(err, ShouldBeNil)
|
So(err, ShouldBeNil)
|
||||||
So(v.Subsonic.Status, ShouldEqual, "ok")
|
So(v.Subsonic.Status, ShouldEqual, "ok")
|
||||||
So(v.Subsonic.Version, ShouldEqual, "1.5.0")
|
So(v.Subsonic.Version, ShouldEqual, "1.8.0")
|
||||||
})
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
|
@ -6,7 +6,7 @@ autoRender = false
|
||||||
copyRequestBody = true
|
copyRequestBody = true
|
||||||
enableAdmin = true
|
enableAdmin = true
|
||||||
|
|
||||||
apiVersion = 1.5.0
|
apiVersion = 1.8.0
|
||||||
ignoredArticles="The El La Los Las Le Les Os As O A"
|
ignoredArticles="The El La Los Las Le Les Os As O A"
|
||||||
indexGroups=A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ)
|
indexGroups=A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue