chore(subsonic): update snapshot tests to use version 1.16.1

This commit is contained in:
Deluan
2025-03-27 22:50:22 -04:00
parent 5ab345c83e
commit cf100c4eb4
111 changed files with 167 additions and 167 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ var _ = Describe("Responses", func() {
BeforeEach(func() {
response = &Subsonic{
Status: StatusOK,
Version: "1.8.0",
Version: "1.16.1",
Type: consts.AppName,
ServerVersion: "v0.0.0",
ServerVersion: "v0.55.0",
OpenSubsonic: true,
}
})