Skip to content

Commit

Permalink
feat: coverurl replace
Browse files Browse the repository at this point in the history
  • Loading branch information
kor-Chipmunk committed Feb 20, 2024
1 parent 6fa1fc3 commit c168ba1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ public void update(String title, String coverUrl, AlbumType type, LocalDateTime
this.type = type;
this.releasedAt = releasedAt;
}

public String getCoverUrl() {
return coverUrl.replace("fileserver-app", "localhost");
}
}

0 comments on commit c168ba1

Please sign in to comment.