Skip to content

Commit b4d6476

Browse files
committed
Updated version + switched to PRODUCT_CLIENT
1 parent 11e815e commit b4d6476

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

core/src/main/java/xyz/gianlu/librespot/Version.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ public static String systemInfoString() {
5050
@NotNull
5151
public static BuildInfo standardBuildInfo() {
5252
return BuildInfo.newBuilder()
53-
.setProduct(Keyexchange.Product.PRODUCT_LIBSPOTIFY)
53+
.setProduct(Keyexchange.Product.PRODUCT_CLIENT)
54+
.addProductFlags(Keyexchange.ProductFlags.PRODUCT_FLAG_NONE)
5455
.setPlatform(Version.platform())
55-
.setVersion(111700543)
56+
.setVersion(112200633)
5657
.build();
5758
}
5859

0 commit comments

Comments
 (0)