Skip to content

Commit ac4eeb8

Browse files
committed
Fixed build
1 parent 307351c commit ac4eeb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/src/main/java/xyz/gianlu/librespot/api/handlers/EventsHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package xyz.gianlu.librespot.api.handlers;
22

33
import com.google.gson.JsonObject;
4-
import com.spotify.metadata.proto.Metadata;
4+
import com.spotify.metadata.Metadata;
55
import io.undertow.websockets.WebSocketConnectionCallback;
66
import io.undertow.websockets.WebSocketProtocolHandshakeHandler;
77
import io.undertow.websockets.core.WebSocketChannel;

api/src/main/java/xyz/gianlu/librespot/api/handlers/PlayerHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package xyz.gianlu.librespot.api.handlers;
22

33
import com.google.gson.JsonObject;
4-
import com.spotify.metadata.proto.Metadata;
4+
import com.spotify.metadata.Metadata;
55
import io.undertow.server.HttpServerExchange;
66
import org.jetbrains.annotations.NotNull;
77
import org.jetbrains.annotations.Nullable;

0 commit comments

Comments
 (0)