diff --git a/src/main/java/io/discdrop/resource/ArtistResource.java b/src/main/java/io/discdrop/resource/ArtistResource.java index 3fe6056..ab94d6f 100644 --- a/src/main/java/io/discdrop/resource/ArtistResource.java +++ b/src/main/java/io/discdrop/resource/ArtistResource.java @@ -76,7 +76,7 @@ public class ArtistResource { @Path("/{mbid}") public Response unfollow(@PathParam("mbid") String mbid) { artistService.unfollow(mbid); - return Response.noContent().build(); + return Response.ok("").build(); } @GET diff --git a/src/main/resources/templates/fragments/artist-row.html b/src/main/resources/templates/fragments/artist-row.html index 8c932ff..a43c040 100644 --- a/src/main/resources/templates/fragments/artist-row.html +++ b/src/main/resources/templates/fragments/artist-row.html @@ -10,7 +10,7 @@