We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PRODUCT_CLIENT
1 parent 11e815e commit b4d6476Copy full SHA for b4d6476
1 file changed
core/src/main/java/xyz/gianlu/librespot/Version.java
@@ -50,9 +50,10 @@ public static String systemInfoString() {
50
@NotNull
51
public static BuildInfo standardBuildInfo() {
52
return BuildInfo.newBuilder()
53
- .setProduct(Keyexchange.Product.PRODUCT_LIBSPOTIFY)
+ .setProduct(Keyexchange.Product.PRODUCT_CLIENT)
54
+ .addProductFlags(Keyexchange.ProductFlags.PRODUCT_FLAG_NONE)
55
.setPlatform(Version.platform())
- .setVersion(111700543)
56
+ .setVersion(112200633)
57
.build();
58
}
59
0 commit comments