Skip to content

Commit

Permalink
reverting back the meta image to comver image
Browse files Browse the repository at this point in the history
  • Loading branch information
koustov committed Aug 1, 2022
1 parent 37b2f92 commit 91844fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/playlists/PlayMeta.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function PlayMeta() {
.then((res) => {
const play_obj = res[0];
setPlay(play_obj);
setMetaImage(play_obj.cover);
setLoading(false);
})
.catch((err) => {
Expand Down

0 comments on commit 91844fc

Please sign in to comment.